diff options
| author | Warner Losh <imp@FreeBSD.org> | 2017-11-13 00:30:38 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2017-11-13 00:30:38 +0000 |
| commit | 2ce13699d70a7d357e85fb340dde1d796317cab2 (patch) | |
| tree | b4d2f31e48c79ab50f6186f4fb92ac19d4dd9248 /sys/boot | |
| parent | b510dab31219e38085dc5ca83181f14af270764c (diff) | |
Notes
Diffstat (limited to 'sys/boot')
| -rw-r--r-- | sys/boot/userboot/test/test.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 <termios.h> #include <unistd.h> -#include <boot/userboot/userboot.h> +#include <userboot.h> char *host_base = NULL; struct termios term, oldterm; |
