summaryrefslogtreecommitdiff
path: root/MLKReadEvalPrintLoop.m
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <matthias@benkard.de>2008-08-18 14:04:58 +0200
committerMatthias Andreas Benkard <matthias@benkard.de>2008-08-18 14:04:58 +0200
commitff954858e055bc58c18502eb3d0aac5ad99c1cb1 (patch)
tree125c517ebdc92fbbd1279fb938d3498c1379d928 /MLKReadEvalPrintLoop.m
parenteb4cebd18d1fc9c94773ae46cf1377093955f802 (diff)
MLKReadEvalPrintLoop: Include string.h.
Diffstat (limited to 'MLKReadEvalPrintLoop.m')
-rw-r--r--MLKReadEvalPrintLoop.m3
1 files changed, 2 insertions, 1 deletions
diff --git a/MLKReadEvalPrintLoop.m b/MLKReadEvalPrintLoop.m
index a23ba36..fc0d8ef 100644
--- a/MLKReadEvalPrintLoop.m
+++ b/MLKReadEvalPrintLoop.m
@@ -35,7 +35,8 @@
#import <Foundation/NSDebug.h>
#endif
-#import <histedit.h>
+#include <histedit.h>
+#include <string.h>
static int _argc;