From c1717c5980c34ca0ce56f47b1433c0a0a7c67302 Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Mon, 9 Mar 2020 04:09:45 -0400 Subject: Move bltin out of subdirectory --- bin/1sh/printf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/1sh/printf.c') 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 -- cgit 1.4.1