diff options
Diffstat (limited to 'libbb/xfunc_die.c')
-rw-r--r-- | libbb/xfunc_die.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libbb/xfunc_die.c b/libbb/xfunc_die.c index 73f7998e5..25b99066d 100644 --- a/libbb/xfunc_die.c +++ b/libbb/xfunc_die.c | |||
@@ -6,12 +6,11 @@ | |||
6 | * | 6 | * |
7 | * Licensed under GPLv2, see file LICENSE in this source tree. | 7 | * Licensed under GPLv2, see file LICENSE in this source tree. |
8 | */ | 8 | */ |
9 | #include "libbb.h" | ||
9 | 10 | ||
10 | /* Keeping it separate allows to NOT pull in stdio for VERY small applets. | 11 | /* Keeping it separate allows to NOT pull in stdio for VERY small applets. |
11 | * Try building busybox with only "true" enabled... */ | 12 | * Try building busybox with only "true" enabled... */ |
12 | 13 | ||
13 | #include "libbb.h" | ||
14 | |||
15 | void (*die_func)(void); | 14 | void (*die_func)(void); |
16 | 15 | ||
17 | void FAST_FUNC xfunc_die(void) | 16 | void FAST_FUNC xfunc_die(void) |