diff options
Diffstat (limited to '')
-rw-r--r-- | bin/1sh/test.c | 2 |
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> |