diff options
author | Diego Nehab <diego@tecgraf.puc-rio.br> | 2003-03-21 01:07:23 +0000 |
---|---|---|
committer | Diego Nehab <diego@tecgraf.puc-rio.br> | 2003-03-21 01:07:23 +0000 |
commit | cf4d923d70992c152917cf6100753ebf0eac89d6 (patch) | |
tree | f1f21d4cfb193318af0d620c51ee8b8d41440035 /src/luasocket.c | |
parent | d3d4156ef9d4d7e934e246dc265138be224f2612 (diff) | |
download | luasocket-cf4d923d70992c152917cf6100753ebf0eac89d6.tar.gz luasocket-cf4d923d70992c152917cf6100753ebf0eac89d6.tar.bz2 luasocket-cf4d923d70992c152917cf6100753ebf0eac89d6.zip |
Ported to Win32!
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 26bc014..f6d1df7 100644 --- a/src/luasocket.c +++ b/src/luasocket.c | |||
@@ -44,11 +44,11 @@ | |||
44 | \*-------------------------------------------------------------------------*/ | 44 | \*-------------------------------------------------------------------------*/ |
45 | LUASOCKET_API int lua_socketlibopen(lua_State *L) | 45 | LUASOCKET_API int lua_socketlibopen(lua_State *L) |
46 | { | 46 | { |
47 | compat_open(L); | ||
47 | priv_open(L); | 48 | priv_open(L); |
48 | select_open(L); | 49 | select_open(L); |
49 | base_open(L); | 50 | base_open(L); |
50 | tm_open(L); | 51 | tm_open(L); |
51 | compat_open(L); | ||
52 | fd_open(L); | 52 | fd_open(L); |
53 | sock_open(L); | 53 | sock_open(L); |
54 | inet_open(L); | 54 | inet_open(L); |