1
0
mirror of https://github.com/tmate-io/tmate-ssh-server.git synced 2020-11-18 19:53:51 -08: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"