diff options
author | Determinant <[email protected]> | 2015-06-22 18:56:04 +0800 |
---|---|---|
committer | Determinant <[email protected]> | 2015-06-22 18:56:04 +0800 |
commit | 32eac093cc431849a92e5a2297c5fe646fd60556 (patch) | |
tree | 28a7043f7d7138d58916b60de7231b093d93bbde /init.c | |
parent | 3910eb670f3c29aba95596bb8c55cbee3368f805 (diff) |
make it a luarocks package
Diffstat (limited to 'init.c')
-rw-r--r-- | init.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -#include "../common.h" +#include "../nerv/common.h" #include <stdio.h> extern void tnet_io_init(lua_State *L); |