1
0
mirror of https://github.com/tmux/tmux.git synced 2025-04-05 15:48:53 +00:00

Include unistd.h as it is the standard location for getopt().

OK millert@
This commit is contained in:
okan 2013-11-17 20:19:36 +00:00
parent 7624800ddc
commit 30275bc610

View File

@ -20,6 +20,7 @@
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include "tmux.h"