summaryrefslogtreecommitdiffstats
path: root/arguments.c
diff options
context:
space:
mode:
authorokan <okan>2013-11-17 20:19:36 +0000
committerokan <okan>2013-11-17 20:19:36 +0000
commit30275bc61081023b4e0a56452e90fac23c6f6b60 (patch)
tree417ea7ce9b55b5e41524a37d5add3140ac45582e /arguments.c
parent7624800ddc8fa8e51164dc7c615894c086deabef (diff)
Include unistd.h as it is the standard location for getopt().
OK millert@
Diffstat (limited to 'arguments.c')
-rw-r--r--arguments.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arguments.c b/arguments.c
index ca828f00..e699834c 100644
--- a/arguments.c
+++ b/arguments.c
@@ -20,6 +20,7 @@
#include <stdlib.h>
#include <string.h>
+#include <unistd.h>
#include "tmux.h"