include sys/types.h to make this compile again.

This commit is contained in:
christos 2004-11-25 08:30:52 +00:00
parent 9a999c376a
commit aae3f73769

View File

@ -1,4 +1,4 @@
/* $NetBSD: boot2.c,v 1.4 2003/10/08 04:25:45 lukem Exp $ */
/* $NetBSD: boot2.c,v 1.5 2004/11/25 08:30:52 christos Exp $ */
/*
* Copyright (c) 2003
@ -41,6 +41,7 @@
/* Based on stand/biosboot/main.c */
#include <sys/types.h>
#include <sys/reboot.h>
#include <sys/bootblock.h>