diff options
| author | Diego Nehab <diego@tecgraf.puc-rio.br> | 2004-07-01 03:32:09 +0000 |
|---|---|---|
| committer | Diego Nehab <diego@tecgraf.puc-rio.br> | 2004-07-01 03:32:09 +0000 |
| commit | 7115c12fbc9aae1cd46fdf049697a27fb996181a (patch) | |
| tree | 2e918f54f729766701aabdef488a6461bc623da1 /src/usocket.h | |
| parent | 7aaba59909e8527190694285f56ca68772c97f6a (diff) | |
| download | luasocket-7115c12fbc9aae1cd46fdf049697a27fb996181a.tar.gz luasocket-7115c12fbc9aae1cd46fdf049697a27fb996181a.tar.bz2 luasocket-7115c12fbc9aae1cd46fdf049697a27fb996181a.zip | |
Moving on to beta2.
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 */ |
