diff options
| author | Diego Nehab <diego@tecgraf.puc-rio.br> | 2004-01-17 00:17:46 +0000 |
|---|---|---|
| committer | Diego Nehab <diego@tecgraf.puc-rio.br> | 2004-01-17 00:17:46 +0000 |
| commit | 076451c75336b30e6152bd5c02f355db39107f7d (patch) | |
| tree | 785a6c71ca1e5246f2ce09a9b91f98eb902ac2a0 /src/timeout.c | |
| parent | 89f3ecf7820857f91c4039536d2bbe3cf12d5f95 (diff) | |
| download | luasocket-076451c75336b30e6152bd5c02f355db39107f7d.tar.gz luasocket-076451c75336b30e6152bd5c02f355db39107f7d.tar.bz2 luasocket-076451c75336b30e6152bd5c02f355db39107f7d.zip | |
Tested in windows. Still needs more testing, but progress has been made.
Diffstat (limited to 'src/timeout.c')
| -rw-r--r-- | src/timeout.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/timeout.c b/src/timeout.c index 5d6de99..2d88ded 100644 --- a/src/timeout.c +++ b/src/timeout.c | |||
| @@ -16,6 +16,7 @@ | |||
| 16 | #ifdef WIN32 | 16 | #ifdef WIN32 |
| 17 | #include <windows.h> | 17 | #include <windows.h> |
| 18 | #else | 18 | #else |
| 19 | #include <time.h> | ||
| 19 | #include <sys/time.h> | 20 | #include <sys/time.h> |
| 20 | #include <sys/times.h> | 21 | #include <sys/times.h> |
| 21 | #include <unistd.h> | 22 | #include <unistd.h> |
