summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Pointner <equinox@anylike.org>2010-01-03 19:30:40 +0000
committerChristian Pointner <equinox@anylike.org>2010-01-03 19:30:40 +0000
commit2c77a6693d1024bcfbb688bb5e02bf30ad5a1d35 (patch)
treefe53dc4103f4b04bf71561c573f53b7925d0ad89
parentadded luasocket directoy to svn:ignore (diff)
added missing include
-rw-r--r--src/log.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/log.c b/src/log.c
index 3302782..d686f35 100644
--- a/src/log.c
+++ b/src/log.c
@@ -31,6 +31,7 @@
#include "datatypes.h"
+#include <ctype.h>
#include <string.h>
#include <stdarg.h>
#include <stdlib.h>