Include dirent.h with doublequotes so that it is searched from this same
authorTor Lillqvist <tml@novell.com>
Mon, 19 May 2008 12:39:24 +0000 (12:39 +0000)
committerTor Lillqvist <tml@src.gnome.org>
Mon, 19 May 2008 12:39:24 +0000 (12:39 +0000)
2008-05-19  Tor Lillqvist  <tml@novell.com>

* win32/dirent/dirent.c: Include dirent.h with doublequotes so
that it is searched from this same folder first.

svn path=/trunk/; revision=6914

build/ChangeLog
build/win32/dirent/dirent.c

index 75c0d8a..bb4e963 100644 (file)
@@ -1,5 +1,10 @@
 2008-05-19  Tor Lillqvist  <tml@novell.com>
-       
+
+       * win32/dirent/dirent.c: Include dirent.h with doublequotes so
+       that it is searched from this same folder first.
+
+2008-05-19  Tor Lillqvist  <tml@novell.com>
+
        * win32/vs8/gspawn-win32-helper.vcproj
        * win32/vs8/gspawn-win32-helper-console.vcproj: New files. Build
        these two executables.
index 0ba4c9d..26b6cb1 100644 (file)
@@ -19,7 +19,8 @@
 #include <string.h>\r
 #include <io.h>\r
 #include <direct.h>\r
-#include <dirent.h>\r
+\r
+#include "dirent.h"\r
 \r
 #define WIN32_LEAN_AND_MEAN\r
 #include <windows.h> /* for GetFileAttributes */\r