diff options
Diffstat (limited to 'sys/arch/mvmeppc/stand/libbug/netfopen.c')
-rw-r--r-- | sys/arch/mvmeppc/stand/libbug/netfopen.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/arch/mvmeppc/stand/libbug/netfopen.c b/sys/arch/mvmeppc/stand/libbug/netfopen.c index fdc175fac2f..52d7b8e9cf0 100644 --- a/sys/arch/mvmeppc/stand/libbug/netfopen.c +++ b/sys/arch/mvmeppc/stand/libbug/netfopen.c @@ -1,11 +1,12 @@ -/* $OpenBSD: netfopen.c,v 1.2 2001/07/04 08:31:36 niklas Exp $ */ +/* $OpenBSD: netfopen.c,v 1.3 2004/01/24 21:12:38 miod Exp $ */ /* * bug routines -- assumes that the necessary sections of memory * are preserved. */ #include <sys/types.h> -#include <machine/prom.h> + +#include "libbug.h" /* returns 0: success, nonzero: error */ int |