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

@ -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