diff options
author | June McEnroe <june@causal.agency> | 2019-01-10 19:47:32 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2019-01-10 19:47:32 -0500 |
commit | 43e3a3bd9bd95c2d6cd23e4a0a6039bc87befbe1 (patch) | |
tree | 020a98949b560c9579fd710fec649a412f053344 /bin/cash/printf.c | |
parent | Import /usr/src/usr.bin/printf/printf.c from FreeBSD 12.0-RELEASE (diff) | |
download | src-43e3a3bd9bd95c2d6cd23e4a0a6039bc87befbe1.tar.gz src-43e3a3bd9bd95c2d6cd23e4a0a6039bc87befbe1.zip |
Move bltin out of subdirectory
Diffstat (limited to '')
-rw-r--r-- | bin/cash/printf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/cash/printf.c b/bin/cash/printf.c index d344197c..ad2959ab 100644 --- a/bin/cash/printf.c +++ b/bin/cash/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 |