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:
parent
db3a3d8fc0
commit
a3ed4c368b
7 changed files with 25 additions and 3 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue