diff options
Diffstat (limited to 'src/options.c')
-rw-r--r-- | src/options.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/options.c b/src/options.c index 32a98d6..972844f 100644 --- a/src/options.c +++ b/src/options.c | |||
@@ -3,6 +3,7 @@ | |||
3 | 3 | ||
4 | #include "auxiliar.h" | 4 | #include "auxiliar.h" |
5 | #include "options.h" | 5 | #include "options.h" |
6 | #include "inet.h" | ||
6 | 7 | ||
7 | static int opt_setmembership(lua_State *L, p_sock ps, int level, int name); | 8 | static int opt_setmembership(lua_State *L, p_sock ps, int level, int name); |
8 | static int opt_setboolean(lua_State *L, p_sock ps, int level, int name); | 9 | static int opt_setboolean(lua_State *L, p_sock ps, int level, int name); |