diff options
author | Ron Yorston <rmy@pobox.com> | 2014-01-05 12:50:42 +0000 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2014-01-05 12:50:42 +0000 |
commit | d9d53743c9407bb5032f4cf1da1582feebdf7c2e (patch) | |
tree | 94889716ab1f11fa20419bf8d4c51535754f3a96 | |
parent | 8c09ccf3ecc24d6facc50ab0856ef17a4c7823e5 (diff) | |
download | busybox-w32-d9d53743c9407bb5032f4cf1da1582feebdf7c2e.tar.gz busybox-w32-d9d53743c9407bb5032f4cf1da1582feebdf7c2e.tar.bz2 busybox-w32-d9d53743c9407bb5032f4cf1da1582feebdf7c2e.zip |
Make dummy paths.h
-rw-r--r-- | shell/ash.c | 2 | ||||
-rw-r--r-- | win32/paths.h | 0 |
2 files changed, 0 insertions, 2 deletions
diff --git a/shell/ash.c b/shell/ash.c index e885e2ce5..0cb1d2791 100644 --- a/shell/ash.c +++ b/shell/ash.c | |||
@@ -52,9 +52,7 @@ | |||
52 | #define JOBS ENABLE_ASH_JOB_CONTROL | 52 | #define JOBS ENABLE_ASH_JOB_CONTROL |
53 | 53 | ||
54 | #include "busybox.h" /* for applet_names */ | 54 | #include "busybox.h" /* for applet_names */ |
55 | #if !ENABLE_PLATFORM_MINGW32 | ||
56 | #include <paths.h> | 55 | #include <paths.h> |
57 | #endif | ||
58 | #include <setjmp.h> | 56 | #include <setjmp.h> |
59 | #include <fnmatch.h> | 57 | #include <fnmatch.h> |
60 | #include <sys/times.h> | 58 | #include <sys/times.h> |
diff --git a/win32/paths.h b/win32/paths.h new file mode 100644 index 000000000..e69de29bb --- /dev/null +++ b/win32/paths.h | |||