X-Git-Url: https://git.distorted.org.uk/~mdw/disorder/blobdiff_plain/5db8461a362f14017d276216a78c848929eb81f7..aa846a75f692251355458667d28378398fd84b67:/lib/syscalls.h?ds=sidebyside diff --git a/lib/syscalls.h b/lib/syscalls.h index af60335..ea6dbaf 100644 --- a/lib/syscalls.h +++ b/lib/syscalls.h @@ -27,7 +27,9 @@ struct sockaddr; struct sigaction; struct timezone; -#include +#if HAVE_SYS_SOCKET_H +# include +#endif #include pid_t xfork(void);