aboutsummaryrefslogtreecommitdiff
path: root/tmux.c
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2015-07-13 14:19:50 +0100
committerNicholas Marriott <nicholas.marriott@gmail.com>2015-07-13 14:19:50 +0100
commit73f9f0334ce639e2f05cb0646af2c81881859a2e (patch)
treeddb7a3e42d0810389db647ff8743f0bf6f7570da /tmux.c
parent28c33f67bc7a93eaf8e6d96a56a88ee023811985 (diff)
downloadrtmux-73f9f0334ce639e2f05cb0646af2c81881859a2e.tar.gz
rtmux-73f9f0334ce639e2f05cb0646af2c81881859a2e.tar.bz2
rtmux-73f9f0334ce639e2f05cb0646af2c81881859a2e.zip
Check for flock in libbsd for AIX, and remove some getopt.h includes. From J
Raynor.
Diffstat (limited to 'tmux.c')
-rw-r--r--tmux.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tmux.c b/tmux.c
index 62f8a808..39f344c0 100644
--- a/tmux.c
+++ b/tmux.c
@@ -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>