- make sure to include dmalloc.h at the very end of busybox.h or libbb.h.

This commit is contained in:
Bernhard Reutner-Fischer
2005-09-21 17:38:30 +00:00
parent cef737f038
commit d4cffd1cc3
2 changed files with 15 additions and 14 deletions

View File

@@ -44,10 +44,6 @@
#define BB_BANNER "BusyBox v" BB_VER " (" BB_EXTRA_VERSION ")"
#endif
#ifdef DMALLOC
#include <dmalloc.h>
#endif
#include <features.h>
/* Pull in the utility routines from libbb */
@@ -118,4 +114,8 @@ extern const struct BB_applet applets[];
#define PATH_MAX 256
#endif
#ifdef DMALLOC
#include <dmalloc.h>
#endif
#endif /* _BB_INTERNAL_H_ */