summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Williams <dcbw@redhat.com>2009-05-26 20:42:49 -0400
committerDan Williams <dcbw@redhat.com>2009-05-26 20:42:49 -0400
commit10cb151a809c82d4a1b3249229eedb641ba856a7 (patch)
treeae3893bb78749b02e120a0fb5ed6403a88ed70c8
parent4776b2aa88e3c965d3cc38bdc8324a14fa09de81 (diff)
keymap: include unistd.h for read(2)
-rw-r--r--keymap/keymap.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/keymap/keymap.c b/keymap/keymap.c
index c48d934..454fc83 100644
--- a/keymap/keymap.c
+++ b/keymap/keymap.c
@@ -26,6 +26,7 @@
#include <stdlib.h>
#include <string.h>
#include <ctype.h>
+#include <unistd.h>
#include <errno.h>
#include <limits.h>
#include <fcntl.h>