summaryrefslogtreecommitdiff
path: root/regress/modpipe.c
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2016-07-18 17:12:22 +1000
committerDarren Tucker <dtucker@zip.com.au>2016-07-18 17:12:22 +1000
commiteac1bbd06872c273f16ac0f9976b0aef026b701b (patch)
treec9d1488076f5e3074e9577cbb5cb7eff272f0c95 /regress/modpipe.c
parent0a454147568746c503f669e1ba861f76a2e7a585 (diff)
Conditionally include err.h.
Diffstat (limited to 'regress/modpipe.c')
-rwxr-xr-xregress/modpipe.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/regress/modpipe.c b/regress/modpipe.c
index c43e9cba1..5f4824b51 100755
--- a/regress/modpipe.c
+++ b/regress/modpipe.c
@@ -25,6 +25,9 @@
25#include <stdarg.h> 25#include <stdarg.h>
26#include <stdlib.h> 26#include <stdlib.h>
27#include <errno.h> 27#include <errno.h>
28#ifdef HAVE_ERR_H
29# include <err.h>
30#endif
28#include "openbsd-compat/getopt_long.c" 31#include "openbsd-compat/getopt_long.c"
29 32
30static void 33static void