aboutsummaryrefslogtreecommitdiff
path: root/include/libbb.h
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2006-10-19 22:17:44 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2006-10-19 22:17:44 +0000
commitb79b87a30f9c96edc49b05f04b087ae22a2f4736 (patch)
treec2fddc0c7b4f2ac88a7432f9d2bb477572d3631d /include/libbb.h
parent9fa9950784a0399b03473281de0109214552dbdf (diff)
downloadbusybox-b79b87a30f9c96edc49b05f04b087ae22a2f4736.tar.gz
build system: (try to) get rid of bb_config.h hack
Diffstat (limited to 'include/libbb.h')
-rw-r--r--include/libbb.h2
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 @@
#ifndef __LIBBUSYBOX_H__
#define __LIBBUSYBOX_H__ 1
-#include "bb_config.h"
+//Ok to remove? #include "bb_config.h"
#include "platform.h"
#include <ctype.h>