summaryrefslogtreecommitdiff
path: root/el.c
diff options
context:
space:
mode:
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