Add missing include.
authorBrenden Matthews <brenden@diddyinc.com>
Fri, 18 Jun 2010 17:35:41 +0000 (10:35 -0700)
committerBrenden Matthews <brenden@diddyinc.com>
Fri, 18 Jun 2010 17:35:41 +0000 (10:35 -0700)
src/llua.c

index 7371ec5..8f1df3c 100644 (file)
@@ -26,6 +26,8 @@
 #include "logging.h"
 #include "build.h"
 
+#include <ctype.h>
+
 #ifdef LUA_EXTRAS
 #include <tolua++.h>
 #endif /* LUA_EXTRAS */