1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-03-09 15:50:02 +00:00

Fix implicit warnings in the iffe feature tests (#396)

This commit fixes some implicit function warnings in the iffe feature
tests by adding missing include directives.
This commit is contained in:
Johnothan King 2021-12-28 08:36:54 -08:00 committed by Martijn Dekker
parent db3a3d8fc0
commit a3ed4c368b
7 changed files with 25 additions and 3 deletions

View file

@ -122,6 +122,8 @@ tst lib_mmap64 note{ mmap64 interface and implementation work }end execute{
#include <sys/types.h>
#include <sys/mman.h>
#include <sys/stat.h>
#include <stdlib.h>
#include <string.h>
int
main()