diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2006-10-19 22:17:44 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2006-10-19 22:17:44 +0000 |
commit | b79b87a30f9c96edc49b05f04b087ae22a2f4736 (patch) | |
tree | c2fddc0c7b4f2ac88a7432f9d2bb477572d3631d /include/libbb.h | |
parent | 9fa9950784a0399b03473281de0109214552dbdf (diff) | |
download | busybox-w32-b79b87a30f9c96edc49b05f04b087ae22a2f4736.tar.gz busybox-w32-b79b87a30f9c96edc49b05f04b087ae22a2f4736.tar.bz2 busybox-w32-b79b87a30f9c96edc49b05f04b087ae22a2f4736.zip |
build system: (try to) get rid of bb_config.h hack
Diffstat (limited to 'include/libbb.h')
-rw-r--r-- | include/libbb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libbb.h b/include/libbb.h index 901c7e669..b1ddbb0c0 100644 --- a/include/libbb.h +++ b/include/libbb.h | |||
@@ -10,7 +10,7 @@ | |||
10 | #ifndef __LIBBUSYBOX_H__ | 10 | #ifndef __LIBBUSYBOX_H__ |
11 | #define __LIBBUSYBOX_H__ 1 | 11 | #define __LIBBUSYBOX_H__ 1 |
12 | 12 | ||
13 | #include "bb_config.h" | 13 | //Ok to remove? #include "bb_config.h" |
14 | #include "platform.h" | 14 | #include "platform.h" |
15 | 15 | ||
16 | #include <ctype.h> | 16 | #include <ctype.h> |