diff options
Diffstat (limited to 'src/usocket.h')
| -rw-r--r-- | src/usocket.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/usocket.h b/src/usocket.h index b9255cb..d3d4f48 100644 --- a/src/usocket.h +++ b/src/usocket.h | |||
| @@ -16,14 +16,12 @@ | |||
| 16 | #include <unistd.h> | 16 | #include <unistd.h> |
| 17 | /* fnctnl function and associated constants */ | 17 | /* fnctnl function and associated constants */ |
| 18 | #include <fcntl.h> | 18 | #include <fcntl.h> |
| 19 | /* struct timeval and CLK_TCK */ | ||
| 20 | #include <sys/time.h> | ||
| 21 | /* times function and struct tms */ | ||
| 22 | #include <sys/times.h> | ||
| 23 | /* struct sockaddr */ | 19 | /* struct sockaddr */ |
| 24 | #include <sys/types.h> | 20 | #include <sys/types.h> |
| 25 | /* socket function */ | 21 | /* socket function */ |
| 26 | #include <sys/socket.h> | 22 | #include <sys/socket.h> |
| 23 | /* struct timeval */ | ||
| 24 | #include <sys/time.h> | ||
| 27 | /* gethostbyname and gethostbyaddr functions */ | 25 | /* gethostbyname and gethostbyaddr functions */ |
| 28 | #include <netdb.h> | 26 | #include <netdb.h> |
| 29 | /* sigpipe handling */ | 27 | /* sigpipe handling */ |
