accepted ticket [1859455]: <sys/types.h> should be included explicitly
[mod_auth_kerb.git] / spnegokrb5 / spnegokrb5_locl.h
index a4d1d44..5b20bc7 100644 (file)
@@ -4,6 +4,10 @@
 
 #include "config.h"
 
+#if HAVE_SYS_TYPES_H
+#include <sys/types.h>
+#endif
+
 #ifdef HEIMDAL
 #  include <gssapi.h>
 #else