summary refs log tree commit diff
path: root/bin/1sh/printf.c
diff options
context:
space:
mode:
Diffstat (limited to 'bin/1sh/printf.c')
-rw-r--r--bin/1sh/printf.c2
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