summary refs log tree commit diff
path: root/bin/cash/test.c
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2019-01-10 19:47:32 -0500
committerJune McEnroe <june@causal.agency>2019-01-10 19:47:32 -0500
commit55eaf9f19fb718b1e9b30c64d330a17589642e3e (patch)
tree19e4b6a359558ff90a7ea2893d95d17492532283 /bin/cash/test.c
parentImport /usr/src/usr.bin/printf/printf.c from FreeBSD 12.0-RELEASE (diff)
downloadsrc-55eaf9f19fb718b1e9b30c64d330a17589642e3e.tar.gz
src-55eaf9f19fb718b1e9b30c64d330a17589642e3e.zip
Move bltin out of subdirectory
Diffstat (limited to '')
-rw-r--r--bin/cash/test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/cash/test.c b/bin/cash/test.c
index 29572b43..e51391c2 100644
--- a/bin/cash/test.c
+++ b/bin/cash/test.c
@@ -33,7 +33,7 @@ __FBSDID("$FreeBSD: releng/12.0/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>