diff options
Diffstat (limited to 'include/busybox.h')
-rw-r--r-- | include/busybox.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/include/busybox.h b/include/busybox.h index e7ed135c0..4870871f2 100644 --- a/include/busybox.h +++ b/include/busybox.h | |||
@@ -44,10 +44,6 @@ | |||
44 | #define BB_BANNER "BusyBox v" BB_VER " (" BB_EXTRA_VERSION ")" | 44 | #define BB_BANNER "BusyBox v" BB_VER " (" BB_EXTRA_VERSION ")" |
45 | #endif | 45 | #endif |
46 | 46 | ||
47 | #ifdef DMALLOC | ||
48 | #include <dmalloc.h> | ||
49 | #endif | ||
50 | |||
51 | #include <features.h> | 47 | #include <features.h> |
52 | 48 | ||
53 | /* Pull in the utility routines from libbb */ | 49 | /* Pull in the utility routines from libbb */ |
@@ -118,4 +114,8 @@ extern const struct BB_applet applets[]; | |||
118 | #define PATH_MAX 256 | 114 | #define PATH_MAX 256 |
119 | #endif | 115 | #endif |
120 | 116 | ||
117 | #ifdef DMALLOC | ||
118 | #include <dmalloc.h> | ||
119 | #endif | ||
120 | |||
121 | #endif /* _BB_INTERNAL_H_ */ | 121 | #endif /* _BB_INTERNAL_H_ */ |