aboutsummaryrefslogtreecommitdiff
path: root/e2fsprogs/ext2fs
diff options
context:
space:
mode:
authorlandley <landley@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-02-24 03:15:34 +0000
committerlandley <landley@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-02-24 03:15:34 +0000
commit1b58c162e8c50853aa98e553326c6d2cb6b33409 (patch)
tree5c723f1e656166b60a6b97ac442cbffb88e55cb9 /e2fsprogs/ext2fs
parentfc9f9cf2f125f76e8e741d6ae03d094187ad8880 (diff)
downloadbusybox-w32-1b58c162e8c50853aa98e553326c6d2cb6b33409.tar.gz
busybox-w32-1b58c162e8c50853aa98e553326c6d2cb6b33409.tar.bz2
busybox-w32-1b58c162e8c50853aa98e553326c6d2cb6b33409.zip
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... git-svn-id: svn://busybox.net/trunk/busybox@14258 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'e2fsprogs/ext2fs')
-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 @@
55#include "ext2fs.h" 55#include "ext2fs.h"
56 56
57#if defined(__CYGWIN__) || defined (WIN32) 57#if defined(__CYGWIN__) || defined (WIN32)
58#include "windows.h" 58#include <windows.h>
59#include "winioctl.h" 59#include <winioctl.h>
60 60
61#if (_WIN32_WINNT >= 0x0500) 61#if (_WIN32_WINNT >= 0x0500)
62#define HAVE_GET_FILE_SIZE_EX 1 62#define HAVE_GET_FILE_SIZE_EX 1