diff options
author | Diego Nehab <diego@tecgraf.puc-rio.br> | 2005-01-02 22:51:33 +0000 |
---|---|---|
committer | Diego Nehab <diego@tecgraf.puc-rio.br> | 2005-01-02 22:51:33 +0000 |
commit | 49445951a8e3a6960c9024a6686d4c14fb81f43c (patch) | |
tree | b94e030c1c8424fc091a92666a553143b96f2c96 /src/luasocket.c | |
parent | 97b26e0b66c840a446a0179200c7df23565330d1 (diff) | |
download | luasocket-49445951a8e3a6960c9024a6686d4c14fb81f43c.tar.gz luasocket-49445951a8e3a6960c9024a6686d4c14fb81f43c.tar.bz2 luasocket-49445951a8e3a6960c9024a6686d4c14fb81f43c.zip |
Few extra changes...
Diffstat (limited to 'src/luasocket.c')
-rw-r--r-- | src/luasocket.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/luasocket.c b/src/luasocket.c index d07b90f..4b829f8 100644 --- a/src/luasocket.c +++ b/src/luasocket.c | |||
@@ -20,11 +20,11 @@ | |||
20 | #include <lua.h> | 20 | #include <lua.h> |
21 | #include <lauxlib.h> | 21 | #include <lauxlib.h> |
22 | #include "compat-5.1.h" | 22 | #include "compat-5.1.h" |
23 | #include "luasocket.h" | ||
23 | 24 | ||
24 | /*=========================================================================*\ | 25 | /*=========================================================================*\ |
25 | * LuaSocket includes | 26 | * LuaSocket includes |
26 | \*=========================================================================*/ | 27 | \*=========================================================================*/ |
27 | #include "luasocket.h" | ||
28 | 28 | ||
29 | #include "auxiliar.h" | 29 | #include "auxiliar.h" |
30 | #include "except.h" | 30 | #include "except.h" |