diff options
Diffstat (limited to 'sys/arch/mvme68k/stand/sboot/if_le.c')
-rw-r--r-- | sys/arch/mvme68k/stand/sboot/if_le.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/mvme68k/stand/sboot/if_le.c b/sys/arch/mvme68k/stand/sboot/if_le.c index c20992ab39c..2adc5626747 100644 --- a/sys/arch/mvme68k/stand/sboot/if_le.c +++ b/sys/arch/mvme68k/stand/sboot/if_le.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_le.c,v 1.3 1996/04/28 10:49:38 deraadt Exp $ */ +/* $OpenBSD: if_le.c,v 1.4 1996/10/16 13:50:01 mickey Exp $ */ /* * Copyright (c) 1995 Theo de Raadt @@ -61,6 +61,7 @@ */ #include <sys/cdefs.h> +#include <stand.h> #include "sboot.h" #include "if_lereg.h" |