From 792b28ec3eb755fda79f986da27e19bec7c552ac Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Tue, 31 Mar 2009 21:22:10 +0000 Subject: Most of AIX support. --- compat/getopt_long.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'compat/getopt_long.c') diff --git a/compat/getopt_long.c b/compat/getopt_long.c index 20555612..9bd4fe14 100644 --- a/compat/getopt_long.c +++ b/compat/getopt_long.c @@ -49,13 +49,14 @@ * POSSIBILITY OF SUCH DAMAGE. */ -#include +/* #include */ #include /* #include */ #include #include #include "tmux.h" +#define warnx(a, b) /* XXX */ #define REPLACE_GETOPT /* use this getopt as the system getopt(3) */ -- cgit