summary refs log tree commit diff
path: root/bin/1sh/printf.c
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-03-09 04:09:45 -0400
committerJune McEnroe <june@causal.agency>2020-03-09 04:09:45 -0400
commit61dc6d9d2fe3c782a6725778c1fd60206d56e2b7 (patch)
tree88d87e5a5818752a3242da64da169b68fff882a6 /bin/1sh/printf.c
parentImport /usr/src/usr.bin/printf from FreeBSD 12.1-RELEASE (diff)
downloadsrc-61dc6d9d2fe3c782a6725778c1fd60206d56e2b7.tar.gz
src-61dc6d9d2fe3c782a6725778c1fd60206d56e2b7.zip
Move bltin out of subdirectory
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