summaryrefslogtreecommitdiffstats
path: root/syshead.h
diff options
context:
space:
mode:
Diffstat (limited to 'syshead.h')
-rw-r--r--syshead.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/syshead.h b/syshead.h
index f296fe0..499dd67 100644
--- a/syshead.h
+++ b/syshead.h
@@ -105,6 +105,10 @@
#include <errno.h>
#endif
+#ifdef HAVE_ERR_H
+#include <err.h>
+#endif
+
#ifdef HAVE_SYSLOG_H
#include <syslog.h>
#endif