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 d4a5773..ebbe759 100644 --- a/include/busybox.h +++ b/include/busybox.h @@ -31,6 +31,8 @@ #include <sys/stat.h> #include <sys/types.h> +#define BB_BANNER "BusyBox v" BB_VER " (" BB_BT ")" + #ifdef DMALLOC #include "dmalloc.h" #endif |