Add <machine/bswap.h> in the list of include-files.

This commit is contained in:
leo 1999-02-19 20:57:03 +00:00
parent eac4e51111
commit 89347a3159
3 changed files with 6 additions and 3 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: le_bus.c,v 1.3 1998/05/25 09:08:08 leo Exp $ */
/* $NetBSD: le_bus.c,v 1.4 1999/02/19 20:57:03 leo Exp $ */
/*-
* Copyright (c) 1998 The NetBSD Foundation, Inc.
@ -39,6 +39,7 @@
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/malloc.h>
#include <machine/bswap.h>
#include <machine/cpu.h>
#include <machine/bus.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: wdc_mb.c,v 1.5 1998/12/03 18:24:30 bouyer Exp $ */
/* $NetBSD: wdc_mb.c,v 1.6 1999/02/19 20:57:14 leo Exp $ */
/*-
* Copyright (c) 1998 The NetBSD Foundation, Inc.
@ -42,6 +42,7 @@
#include <sys/malloc.h>
#include <sys/device.h>
#include <machine/bswap.h>
#include <machine/cpu.h>
#include <machine/bus.h>
#include <machine/iomap.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: pci_machdep.c,v 1.15 1999/01/01 19:54:52 thomas Exp $ */
/* $NetBSD: pci_machdep.c,v 1.16 1999/02/19 20:57:15 leo Exp $ */
/*
* Copyright (c) 1996 Leo Weppelman. All rights reserved.
@ -48,6 +48,7 @@
#include <machine/cpu.h>
#include <machine/iomap.h>
#include <machine/mfp.h>
#include <machine/bswap.h>
#include <machine/bus.h>
#include <atari/atari/device.h>