aboutsummaryrefslogtreecommitdiff
path: root/src/tools.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools.h')
-rw-r--r--src/tools.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/tools.h b/src/tools.h
index 0907df2..a080257 100644
--- a/src/tools.h
+++ b/src/tools.h
@@ -72,5 +72,8 @@ int luaG_inter_move( lua_State *L, lua_State *L2, uint_t n);
72extern MUTEX_T deep_lock; 72extern MUTEX_T deep_lock;
73extern MUTEX_T mtid_lock; 73extern MUTEX_T mtid_lock;
74 74
75void serialize_require( lua_State *L);
76extern MUTEX_T require_cs;
77
75#endif 78#endif
76 // TOOLS_H 79 // TOOLS_H