diff options
| author | Diego Nehab <diego@tecgraf.puc-rio.br> | 2005-09-29 06:11:42 +0000 |
|---|---|---|
| committer | Diego Nehab <diego@tecgraf.puc-rio.br> | 2005-09-29 06:11:42 +0000 |
| commit | a32c6d91402329adb769c4fe8bbb24f0d4e99051 (patch) | |
| tree | 8b3f574b479e84bd9fe086db49cbab551eac75c8 /src/luasocket.c | |
| parent | 773e35ced30fa2c03ddb2a332bf8a9aebb56aa44 (diff) | |
| download | luasocket-a32c6d91402329adb769c4fe8bbb24f0d4e99051.tar.gz luasocket-a32c6d91402329adb769c4fe8bbb24f0d4e99051.tar.bz2 luasocket-a32c6d91402329adb769c4fe8bbb24f0d4e99051.zip | |
Almost ready to release.
Diffstat (limited to 'src/luasocket.c')
| -rw-r--r-- | src/luasocket.c | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/src/luasocket.c b/src/luasocket.c index 94ea05b..434b5b7 100644 --- a/src/luasocket.c +++ b/src/luasocket.c | |||
| @@ -17,15 +17,17 @@ | |||
| 17 | /*=========================================================================*\ | 17 | /*=========================================================================*\ |
| 18 | * Standard include files | 18 | * Standard include files |
| 19 | \*=========================================================================*/ | 19 | \*=========================================================================*/ |
| 20 | #include <lua.h> | 20 | #include "lua.h" |
| 21 | #include <lauxlib.h> | 21 | #include "lauxlib.h" |
| 22 | |||
| 23 | #if !defined(LUA_VERSION_NUM) || (LUA_VERSION_NUM < 501) | ||
| 22 | #include "compat-5.1.h" | 24 | #include "compat-5.1.h" |
| 23 | #include "luasocket.h" | 25 | #endif |
| 24 | 26 | ||
| 25 | /*=========================================================================*\ | 27 | /*=========================================================================*\ |
| 26 | * LuaSocket includes | 28 | * LuaSocket includes |
| 27 | \*=========================================================================*/ | 29 | \*=========================================================================*/ |
| 28 | 30 | #include "luasocket.h" | |
| 29 | #include "auxiliar.h" | 31 | #include "auxiliar.h" |
| 30 | #include "except.h" | 32 | #include "except.h" |
| 31 | #include "timeout.h" | 33 | #include "timeout.h" |
