diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/busybox.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/busybox.h b/include/busybox.h index d4a57732d..ebbe759e2 100644 --- a/include/busybox.h +++ b/include/busybox.h | |||
@@ -31,6 +31,8 @@ | |||
31 | #include <sys/stat.h> | 31 | #include <sys/stat.h> |
32 | #include <sys/types.h> | 32 | #include <sys/types.h> |
33 | 33 | ||
34 | #define BB_BANNER "BusyBox v" BB_VER " (" BB_BT ")" | ||
35 | |||
34 | #ifdef DMALLOC | 36 | #ifdef DMALLOC |
35 | #include "dmalloc.h" | 37 | #include "dmalloc.h" |
36 | #endif | 38 | #endif |