Some initial Windows portability fixes in include files
[moonshot.git] / moonshot / mech_eap / gssapiP_eap.h
index 503ac52..372737a 100644 (file)
 #include <assert.h>
 #include <string.h>
 #include <errno.h>
+#if !defined(WIN32)
 #include <unistd.h>
+#endif
 #include <stdlib.h>
 #include <stdarg.h>
 #include <time.h>
+#if !defined(WIN32)
 #include <sys/param.h>
+#endif
 
 /* GSS headers */
 #include <gssapi/gssapi.h>