aboutsummaryrefslogtreecommitdiff
path: root/nerv/common.h
diff options
context:
space:
mode:
authorDeterminant <[email protected]>2015-06-23 13:32:42 +0800
committerDeterminant <[email protected]>2015-06-23 13:32:42 +0800
commit8f13607cba9d6cf4fc4a213ba5ae4bcd46f7e18d (patch)
tree28a4c503c2b8ab1e687e0ca8a0cd24a1918401b1 /nerv/common.h
parentb5ca62108775505246f752b9782352b45036ef3c (diff)
separate non-Lua part of io code to a dedicated dir; code clean-up
Diffstat (limited to 'nerv/common.h')
-rw-r--r--nerv/common.h2
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>