Fix some of the things that break compilation on Windows.
[openafs.git] / src / util / readdir_nt.c
index 83c6f0d..2a2ef59 100644 (file)
@@ -16,8 +16,8 @@
  * closedir
  * readdir
  */
-#include <afs/param.h>
 #include <afsconfig.h>
+#include <afs/param.h>
 
 RCSID("$Header$");
 
@@ -32,7 +32,7 @@ RCSID("$Header$");
 /* opendir() - The case insensitive version of opendir */
 DIR *opendir(const char *path)
 {
-    struct DIR *tDir;
+    DIR *tDir;
     HANDLE tH;
     char tPath[MAX_PATH];
     WIN32_FIND_DATA tData;