From ff954858e055bc58c18502eb3d0aac5ad99c1cb1 Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Mon, 18 Aug 2008 14:04:58 +0200 Subject: MLKReadEvalPrintLoop: Include string.h. --- MLKReadEvalPrintLoop.m | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'MLKReadEvalPrintLoop.m') diff --git a/MLKReadEvalPrintLoop.m b/MLKReadEvalPrintLoop.m index a23ba36..fc0d8ef 100644 --- a/MLKReadEvalPrintLoop.m +++ b/MLKReadEvalPrintLoop.m @@ -35,7 +35,8 @@ #import #endif -#import +#include +#include static int _argc; -- cgit v1.2.3