mirror of
https://github.com/tmux/tmux.git
synced 2025-09-02 05:21:10 +00:00
Include unistd.h as it is the standard location for getopt().
OK millert@
This commit is contained in:
@ -20,6 +20,7 @@
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include "tmux.h"
|
||||
|
||||
|
Reference in New Issue
Block a user