(posix compatibility)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4483
dc483132-0cff-0310-8789-
dd5450dbe970
*/
+#if HAVE_UNISTD_H
+#include <unistd.h>
+#endif
+
#include <krb5/krb5.h>
#include <krb5/libos.h>
#include <stdio.h>
-#if HAVE_UNISTD_H
-#include <sys/types.h>
-#include <unistd.h>
-#endif
-
#ifdef _POSIX_VERSION
/* Is there a better way to decide whether or not we should use flock */
/* vs. fcntl. Example: broken SunOS tmpfs.... */