summaryrefslogtreecommitdiff
path: root/xed.c
diff options
context:
space:
mode:
authorIan C <ianc@noddybox.co.uk>2005-05-15 19:27:04 +0000
committerIan C <ianc@noddybox.co.uk>2005-05-15 19:27:04 +0000
commit6ecf70c3f9f13fa06912691cde02f7e9a7bbf2ce (patch)
tree9598d095c93fe7cf5cc0d81576088926adced03c /xed.c
parent62930023bf01568d2aea3d35e2268c6d89725dd3 (diff)
Fixed missing include. Update docs accordingly.
Diffstat (limited to 'xed.c')
-rw-r--r--xed.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/xed.c b/xed.c
index 9049803..af8fe0a 100644
--- a/xed.c
+++ b/xed.c
@@ -23,6 +23,7 @@
static const char id[]="$Id$";
#include <sys/types.h>
+#include <unistd.h>
#include <curses.h>
#include <stdlib.h>
#include <stdio.h>