diff options
Diffstat (limited to 'syshead.h')
-rw-r--r-- | syshead.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -105,6 +105,10 @@ #include <errno.h> #endif +#ifdef HAVE_ERR_H +#include <err.h> +#endif + #ifdef HAVE_SYSLOG_H #include <syslog.h> #endif |