mirror of
https://github.com/tmux/tmux.git
synced 2024-11-19 10:58:51 +00:00
Include unistd.h as it is the standard location for getopt().
OK millert@
This commit is contained in:
parent
7624800ddc
commit
30275bc610
@ -20,6 +20,7 @@
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include "tmux.h"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user