diff options
Diffstat (limited to 'compat/getopt_long.c')
-rw-r--r-- | compat/getopt_long.c | 3 |
1 files changed, 2 insertions, 1 deletions
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 <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) */ |