diff options
Diffstat (limited to 'nerv/common.h')
-rw-r--r-- | nerv/common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nerv/common.h b/nerv/common.h index e21c7a5..6657dc4 100644 --- a/nerv/common.h +++ b/nerv/common.h @@ -3,7 +3,7 @@ #include "lua.h" #include "lauxlib.h" #include "lualib.h" -#include "luaT/luaT.h" +#include "lib/luaT/luaT.h" #include <stdio.h> #include <stdlib.h> |