From 55eaf9f19fb718b1e9b30c64d330a17589642e3e Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Thu, 10 Jan 2019 19:47:32 -0500 Subject: Move bltin out of subdirectory --- bin/cash/test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/cash/test.c') 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 -- cgit 1.4.1