diff options
Diffstat (limited to '')
-rw-r--r-- | bin/1sh/printf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/1sh/printf.c b/bin/1sh/printf.c index c18dc4f8..61a53aa9 100644 --- a/bin/1sh/printf.c +++ b/bin/1sh/printf.c @@ -68,7 +68,7 @@ static const char rcsid[] = #ifdef SHELL #define main printfcmd -#include "bltin/bltin.h" +#include "bltin.h" #include "options.h" #endif |