diff options
-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; |