diff options
Diffstat (limited to 'coreutils/printf.c')
| -rw-r--r-- | coreutils/printf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/printf.c b/coreutils/printf.c index a2a82d249..d0cf5a671 100644 --- a/coreutils/printf.c +++ b/coreutils/printf.c | |||
| @@ -38,7 +38,7 @@ | |||
| 38 | 38 | ||
| 39 | // 19990508 Busy Boxed! Dave Cinege | 39 | // 19990508 Busy Boxed! Dave Cinege |
| 40 | 40 | ||
| 41 | #include "busybox.h" | 41 | #include "libbb.h" |
| 42 | 42 | ||
| 43 | typedef void (*converter)(const char *arg, void *result); | 43 | typedef void (*converter)(const char *arg, void *result); |
| 44 | 44 | ||
