Most of AIX support.

This commit is contained in:
Nicholas Marriott
2009-03-31 21:22:10 +00:00
parent 6c27f1c335
commit 792b28ec3e
6 changed files with 24 additions and 10 deletions

View File

@ -49,13 +49,14 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
#include <err.h>
/* #include <err.h> */
#include <errno.h>
/* #include <getopt.h> */
#include <stdlib.h>
#include <string.h>
#include "tmux.h"
#define warnx(a, b) /* XXX */
#define REPLACE_GETOPT /* use this getopt as the system getopt(3) */