diff options
author | okan <okan> | 2013-11-17 20:19:36 +0000 |
---|---|---|
committer | okan <okan> | 2013-11-17 20:19:36 +0000 |
commit | 30275bc61081023b4e0a56452e90fac23c6f6b60 (patch) | |
tree | 417ea7ce9b55b5e41524a37d5add3140ac45582e /arguments.c | |
parent | 7624800ddc8fa8e51164dc7c615894c086deabef (diff) | |
download | rtmux-30275bc61081023b4e0a56452e90fac23c6f6b60.tar.gz rtmux-30275bc61081023b4e0a56452e90fac23c6f6b60.tar.bz2 rtmux-30275bc61081023b4e0a56452e90fac23c6f6b60.zip |
Include unistd.h as it is the standard location for getopt().
OK millert@
Diffstat (limited to 'arguments.c')
-rw-r--r-- | arguments.c | 1 |
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" |