summaryrefslogtreecommitdiff
path: root/el.c
diff options
context:
space:
mode:
authorDirk Engling <erdgeist@erdgeist.org>2013-12-10 20:22:46 +0100
committerDirk Engling <erdgeist@erdgeist.org>2013-12-10 20:22:46 +0100
commit315a4eed93bc4e8c52b3974a556fd96870e8f95b (patch)
treecb75c0e0e1c0e5485614b6aa1b48262838b47a90 /el.c
parent46c13717ee5c439fd180f6de2138011914c64780 (diff)
Include header file for isspace. Fix flag MAP_PRIVATE, it is not default, if 0 is given
Diffstat (limited to 'el.c')
-rw-r--r--el.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/el.c b/el.c
index f615b5c..40dccbd 100644
--- a/el.c
+++ b/el.c
@@ -6,6 +6,7 @@
6#include <stdlib.h> 6#include <stdlib.h>
7#include "mystdlib.h" 7#include "mystdlib.h"
8#include <unistd.h> 8#include <unistd.h>
9#include <ctype.h>
9 10
10// Our index into the already scanned lines. 11// Our index into the already scanned lines.
11// memory buffer is estimated to 1/32th of the 12// memory buffer is estimated to 1/32th of the