diff options
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/sun/sun_boot.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/dev/sun/sun_boot.h b/sys/dev/sun/sun_boot.h index 245790789d4..6921fea1ebb 100644 --- a/sys/dev/sun/sun_boot.h +++ b/sys/dev/sun/sun_boot.h @@ -1,4 +1,4 @@ -/* $NetBSD: sun_boot.h,v 1.1 2002/04/24 01:33:55 lukem Exp $ */ +/* $NetBSD: sun_boot.h,v 1.2 2002/04/24 15:29:45 bjh21 Exp $ */ /*- * Copyright (c) 2002 The NetBSD Foundation, Inc. @@ -33,6 +33,11 @@ * POSSIBILITY OF SUCH DAMAGE. */ +#ifdef _KERNEL +#include <sys/stdint.h> +#else +#include <stdint.h> +#endif /* * sparc |
