Include machine/bswap.h, needed on big endian machines.

This commit is contained in:
thomas 1999-03-15 20:19:57 +00:00
parent 0b0b4e5f58
commit 3387d026d6
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: if_we.c,v 1.12 1998/10/27 22:45:13 thorpej Exp $ */
/* $NetBSD: if_we.c,v 1.13 1999/03/15 20:19:57 thomas Exp $ */
/*-
* Copyright (c) 1997, 1998 The NetBSD Foundation, Inc.
@ -93,6 +93,7 @@
#endif
#include <machine/bus.h>
#include <machine/bswap.h>
#include <machine/intr.h>
#include <dev/isa/isareg.h>