diff options
author | Mike Barcroft <mike@FreeBSD.org> | 2002-04-26 22:48:23 +0000 |
---|---|---|
committer | Mike Barcroft <mike@FreeBSD.org> | 2002-04-26 22:48:23 +0000 |
commit | a30d4b3270b3a065096f171c369b8e9f03b2e3d5 (patch) | |
tree | 115cd24c3ccb3e000a42bda8da856032a6fe36b5 /sys/pci/if_de.c | |
parent | cbd53e95fe848544e46bcef04e75112cdf35f9f1 (diff) | |
download | src-a30d4b3270b3a065096f171c369b8e9f03b2e3d5.tar.gz src-a30d4b3270b3a065096f171c369b8e9f03b2e3d5.zip |
Move the new byte order function prototypes from <sys/param.h> to
<sys/endian.h>. This puts us in line with NetBSD and OpenBSD.
Notes
Notes:
svn path=/head/; revision=95533
Diffstat (limited to 'sys/pci/if_de.c')
-rw-r--r-- | sys/pci/if_de.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/pci/if_de.c b/sys/pci/if_de.c index 4f41a34da555..9c9520ecb48f 100644 --- a/sys/pci/if_de.c +++ b/sys/pci/if_de.c @@ -42,6 +42,7 @@ #include <sys/param.h> #include <sys/systm.h> +#include <sys/endian.h> #include <sys/mbuf.h> #include <sys/socket.h> #include <sys/sockio.h> |