summaryrefslogtreecommitdiff
path: root/includes.h
diff options
context:
space:
mode:
Diffstat (limited to 'includes.h')
-rw-r--r--includes.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/includes.h b/includes.h
index 1625f8e30..89ae26d06 100644
--- a/includes.h
+++ b/includes.h
@@ -181,6 +181,10 @@ static /**/const char *const rcsid[] = { (const char *)rcsid, "\100(#)" msg }
181# include <kafs.h> 181# include <kafs.h>
182#endif 182#endif
183 183
184#if defined(HAVE_SYS_SYSLOG_H)
185# include <sys/syslog.h>
186#endif
187
184/* 188/*
185 * On HP-UX 11.11, shadow.h and prot.h provide conflicting declarations 189 * On HP-UX 11.11, shadow.h and prot.h provide conflicting declarations
186 * of getspnam when _INCLUDE__STDC__ is defined, so we unset it here. 190 * of getspnam when _INCLUDE__STDC__ is defined, so we unset it here.