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
|
|
@ -10,6 +10,7 @@ tst pipe_socketpair note{ use socketpair() for peekable pipe() }end execute{
|
|||
#include <signal.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/socket.h>
|
||||
#include <sys/wait.h>
|
||||
#ifndef SHUT_RD
|
||||
#define SHUT_RD 0
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue