diff options
author | Matthias Andreas Benkard <matthias@benkard.de> | 2008-08-18 14:04:58 +0200 |
---|---|---|
committer | Matthias Andreas Benkard <matthias@benkard.de> | 2008-08-18 14:04:58 +0200 |
commit | ff954858e055bc58c18502eb3d0aac5ad99c1cb1 (patch) | |
tree | 125c517ebdc92fbbd1279fb938d3498c1379d928 | |
parent | eb4cebd18d1fc9c94773ae46cf1377093955f802 (diff) |
MLKReadEvalPrintLoop: Include string.h.
-rw-r--r-- | MLKReadEvalPrintLoop.m | 3 |
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; |