From c29c44c00e8f65d96bffa37a521b4d4be1f913ce Mon Sep 17 00:00:00 2001 From: Mark Whitley Date: Wed, 25 Apr 2001 18:06:21 +0000 Subject: libbb.h now includes ../busybox.h. This way, files in libbb that have BB_[FEATURE] #defines won't be ignored. Credit to Magnus Damm for spotting this. --- include/libbb.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include/libbb.h') diff --git a/include/libbb.h b/include/libbb.h index cbc1436fc..2937b4863 100644 --- a/include/libbb.h +++ b/include/libbb.h @@ -35,6 +35,10 @@ #include +#ifndef _BB_INTERNAL_H_ +#include "../busybox.h" +#endif + #if __GNU_LIBRARY__ < 5 /* libc5 doesn't define socklen_t */ typedef unsigned int socklen_t; -- cgit v1.2.3