commit | 96336324cfe6a685aec983b15febec69ac42e9dd | [log] [tgz] |
---|---|---|
author | Patrik Stridvall <ps@leissner.se> | Sun Oct 24 22:13:47 1999 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Sun Oct 24 22:13:47 1999 +0000 |
tree | 38af5cecb7317f70d6284b65dc6773c9ca2be42d | |
parent | 31b9dab10b29c7d04991f744d0a2206a6ddf8ac2 [diff] [blame] |
- Added missing configuration #if:s and #includes:s. - Minor configuration related changes.
diff --git a/scheduler/client.c b/scheduler/client.c index 0556952..c2e7dac 100644 --- a/scheduler/client.c +++ b/scheduler/client.c
@@ -12,7 +12,9 @@ #include <stdio.h> #include <string.h> #include <sys/types.h> -#include <sys/socket.h> +#ifdef HAVE_SYS_SOCKET_H +# include <sys/socket.h> +#endif #ifdef HAVE_SYS_MMAN_H #include <sys/mman.h> #endif