diff options
Diffstat (limited to 'sys/boot/alpha/boot1/sys.c')
-rw-r--r-- | sys/boot/alpha/boot1/sys.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/boot/alpha/boot1/sys.c b/sys/boot/alpha/boot1/sys.c index 4766c9a..9dea3df 100644 --- a/sys/boot/alpha/boot1/sys.c +++ b/sys/boot/alpha/boot1/sys.c @@ -28,6 +28,7 @@ * $FreeBSD$ */ +#include <string.h> #include <sys/param.h> #include <sys/time.h> |