aboutsummaryrefslogtreecommitdiff
path: root/src/luasocket.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/luasocket.c')
-rw-r--r--src/luasocket.c2
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\*-------------------------------------------------------------------------*/
45LUASOCKET_API int lua_socketlibopen(lua_State *L) 45LUASOCKET_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);