summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Garrett <mjg@redhat.com>2011-01-18 09:27:48 -0500
committerMatthew Garrett <mjg@redhat.com>2011-01-18 09:27:48 -0500
commita85b718ab98b045318aa078c8066d7f23f0bd5e9 (patch)
treed9b9e5fb0021d993cff8a09c4a68728befc55852
parentcced7546a5fe97a20c93f2013146d46ce8bf2b8e (diff)
Explicitly include unistd.h
-rw-r--r--libbacklight.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libbacklight.c b/libbacklight.c
index 9ab6608..be2e372 100644
--- a/libbacklight.c
+++ b/libbacklight.c
@@ -39,6 +39,7 @@
#include <fcntl.h>
#include <malloc.h>
#include <string.h>
+#include <unistd.h>
static const char *output_names[] = { "Unknown",
"VGA",