aboutsummaryrefslogtreecommitdiff
path: root/src/luaconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/luaconf.h')
-rw-r--r--src/luaconf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/luaconf.h b/src/luaconf.h
index d422827a..18fb961d 100644
--- a/src/luaconf.h
+++ b/src/luaconf.h
@@ -136,7 +136,7 @@
136 136
137#define LUALIB_API LUA_API 137#define LUALIB_API LUA_API
138 138
139/* Support for internal assertions. */ 139/* Compatibility support for assertions. */
140#if defined(LUA_USE_ASSERT) || defined(LUA_USE_APICHECK) 140#if defined(LUA_USE_ASSERT) || defined(LUA_USE_APICHECK)
141#include <assert.h> 141#include <assert.h>
142#endif 142#endif