Check for flock in libbsd for AIX, and remove some getopt.h includes. From J

Raynor.
This commit is contained in:
Nicholas Marriott
2015-07-13 14:19:50 +01:00
parent 28c33f67bc
commit 73f9f0334c
3 changed files with 3 additions and 2 deletions

1
tmux.c
View File

@ -22,7 +22,6 @@
#include <errno.h>
#include <event.h>
#include <fcntl.h>
#include <getopt.h>
#include <locale.h>
#include <pwd.h>
#include <stdlib.h>