summaryrefslogtreecommitdiff
path: root/tmp.c
diff options
context:
space:
mode:
Diffstat (limited to 'tmp.c')
-rw-r--r--tmp.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/tmp.c b/tmp.c
index 2689c87..c60863c 100644
--- a/tmp.c
+++ b/tmp.c
@@ -13,6 +13,9 @@
#include "config.h"
#include <ctype.h>
+#include <stdio.h>
+#include <string.h>
+#include <stdlib.h>
#include "vi.h"
#if TOS
# include <stat.h>
@@ -24,7 +27,7 @@
# endif
#endif
#include <malloc.h>
-
+#include <string.h>
#ifndef NO_MODELINE
static void do_modeline(l, stop)