accepted ticket [1859455]: <sys/types.h> should be included explicitly
[mod_auth_kerb.git] / src / mod_auth_kerb.c
index 8801f8d..237a371 100644 (file)
 #include <netdb.h> /* gethostbyname() */
 #endif /* KRB4 */
 
-#ifndef _WIN32
-/* should be HAVE_UNISTD_H instead */
+#if HAVE_UNISTD_H
 #include <unistd.h>
 #endif