mirror of
https://github.com/tmate-io/tmate.git
synced 2024-11-07 16:54:01 +01: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