Conditionally include err.h.

This commit is contained in:
Darren Tucker 2016-07-18 17:12:22 +10:00
parent 0a45414756
commit eac1bbd068

View File

@ -25,6 +25,9 @@
#include <stdarg.h>
#include <stdlib.h>
#include <errno.h>
#ifdef HAVE_ERR_H
# include <err.h>
#endif
#include "openbsd-compat/getopt_long.c"
static void