aboutsummaryrefslogtreecommitdiff
path: root/e2fsprogs
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2006-02-24 03:15:34 +0000
committerRob Landley <rob@landley.net>2006-02-24 03:15:34 +0000
commit75cc0cace39a599e5861d097c6d14ab1a7c6a1d2 (patch)
tree5c723f1e656166b60a6b97ac442cbffb88e55cb9 /e2fsprogs
parent883e0e83f2eb5c8d3e8a04785b4ba9d1ab6c2a40 (diff)
downloadbusybox-75cc0cace39a599e5861d097c6d14ab1a7c6a1d2.tar.gz
I was playing around with a dependency generator a couple weeks ago and I found
some #include files that aren't in the tree. No biggie...
Diffstat (limited to 'e2fsprogs')
-rw-r--r--e2fsprogs/ext2fs/getsize.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/e2fsprogs/ext2fs/getsize.c b/e2fsprogs/ext2fs/getsize.c
index bfafdf2ba..552e542a6 100644
--- a/e2fsprogs/ext2fs/getsize.c
+++ b/e2fsprogs/ext2fs/getsize.c
@@ -55,8 +55,8 @@
#include "ext2fs.h"
#if defined(__CYGWIN__) || defined (WIN32)
-#include "windows.h"
-#include "winioctl.h"
+#include <windows.h>
+#include <winioctl.h>
#if (_WIN32_WINNT >= 0x0500)
#define HAVE_GET_FILE_SIZE_EX 1