# | Line 31 | Line 31 | |
---|---|---|
31 | #error "You don't have ANSI C header files." | |
32 | #endif | |
33 | ||
34 | < | #include <sys/types.h> |
34 | > | #ifdef HAVE_UNISTD_H |
35 | > | # include <sys/types.h> |
36 | > | # include <unistd.h> |
37 | > | #endif |
38 | > | |
39 | #include <netinet/in.h> | |
40 | #include <assert.h> | |
41 | #include <stdio.h> | |
# | Line 39 | Line 43 | |
43 | #include <string.h> | |
44 | #include <pthread.h> | |
45 | ||
42 | – | #ifdef HAVE_UNISTD_H |
43 | – | # include <unistd.h> |
44 | – | #endif |
45 | – | |
46 | #ifdef HAVE_FCNTL_H | |
47 | # include <fcntl.h> | |
48 | #endif |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |