From 315a4eed93bc4e8c52b3974a556fd96870e8f95b Mon Sep 17 00:00:00 2001 From: Dirk Engling Date: Tue, 10 Dec 2013 20:22:46 +0100 Subject: Include header file for isspace. Fix flag MAP_PRIVATE, it is not default, if 0 is given --- el.c | 1 + 1 file changed, 1 insertion(+) (limited to 'el.c') diff --git a/el.c b/el.c index f615b5c..40dccbd 100644 --- a/el.c +++ b/el.c @@ -6,6 +6,7 @@ #include #include "mystdlib.h" #include +#include // Our index into the already scanned lines. // memory buffer is estimated to 1/32th of the -- cgit v1.2.3