From 2ce13699d70a7d357e85fb340dde1d796317cab2 Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Mon, 13 Nov 2017 00:30:38 +0000 Subject: Use proper include file. While works, it only works because we have -Isys on the command line. We also have -Isys/boot/userboot on the command line, so bring it in directly with . No functional change, but it removes one hard to see dependency on the boot loader's location in sys/boot. Sponsored by: Netflix --- sys/boot/userboot/test/test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/boot/userboot/test') diff --git a/sys/boot/userboot/test/test.c b/sys/boot/userboot/test/test.c index bf64e9010cc25..bacde565ec3b0 100644 --- a/sys/boot/userboot/test/test.c +++ b/sys/boot/userboot/test/test.c @@ -44,7 +44,7 @@ #include #include -#include +#include char *host_base = NULL; struct termios term, oldterm; -- cgit v1.3