I was playing around with a dependency generator a couple weeks ago and I found
authorRob Landley <rob@landley.net>
Fri, 24 Feb 2006 03:15:34 +0000 (03:15 -0000)
committerRob Landley <rob@landley.net>
Fri, 24 Feb 2006 03:15:34 +0000 (03:15 -0000)
some #include files that aren't in the tree.  No biggie...

e2fsprogs/ext2fs/getsize.c
shell/hush.c

index bfafdf2babdf27a1edc91d4048969bbe4fe54263..552e542a62619e5101976c65392014fb27e79f8b 100644 (file)
@@ -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
index 387b6cd7a3e5a962cdc9ed7011e75b5710288979..0a46d125aa8080e67d18cc56c226e2147004bc28 100644 (file)
 #include "cmdedit.h"
 #else
 #define bb_applet_name "hush"
-#include "standalone.h"
+//#include "standalone.h"
 #define hush_main main
 #undef CONFIG_FEATURE_SH_FANCY_PROMPT
 #define BB_BANNER ""