summary refs log tree commit diff
path: root/bin/1sh/test.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/test.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/test.c')
-rw-r--r--bin/1sh/test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/1sh/test.c b/bin/1sh/test.c
index 313497b9..5cf4a424 100644
--- a/bin/1sh/test.c
+++ b/bin/1sh/test.c
@@ -33,7 +33,7 @@ __FBSDID("$FreeBSD: releng/12.1/bin/test/test.c 298232 2016-04-19 00:38:07Z arau
 
 #ifdef SHELL
 #define main testcmd
-#include "bltin/bltin.h"
+#include "bltin.h"
 #else
 #include <locale.h>