diff options
Diffstat (limited to 'coreutils/cal.c')
-rw-r--r-- | coreutils/cal.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/cal.c b/coreutils/cal.c index 3d61791..ce910bc 100644 --- a/coreutils/cal.c +++ b/coreutils/cal.c @@ -17,7 +17,7 @@ * Major size reduction... over 50% (>1.5k) on i386. */ -#include "busybox.h" +#include "libbb.h" #define THURSDAY 4 /* for reformation */ #define SATURDAY 6 /* 1 Jan 1 was a Saturday */ |