diff options
-rw-r--r-- | e2fsprogs/ext2fs/getsize.c | 4 | ||||
-rw-r--r-- | shell/hush.c | 2 |
2 files changed, 3 insertions, 3 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 |
diff --git a/shell/hush.c b/shell/hush.c index 387b6cd7a..0a46d125a 100644 --- a/shell/hush.c +++ b/shell/hush.c | |||
@@ -101,7 +101,7 @@ | |||
101 | #include "cmdedit.h" | 101 | #include "cmdedit.h" |
102 | #else | 102 | #else |
103 | #define bb_applet_name "hush" | 103 | #define bb_applet_name "hush" |
104 | #include "standalone.h" | 104 | //#include "standalone.h" |
105 | #define hush_main main | 105 | #define hush_main main |
106 | #undef CONFIG_FEATURE_SH_FANCY_PROMPT | 106 | #undef CONFIG_FEATURE_SH_FANCY_PROMPT |
107 | #define BB_BANNER "" | 107 | #define BB_BANNER "" |