diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1997-02-21 08:42:36 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1997-02-21 08:42:36 +0000 |
commit | 7a30cc3d08ae261fca9ad829b5608555193842c2 (patch) | |
tree | cf5d299498165c61556bfbbbd67518d5858b3b87 /sys/netinet/ip_ahhmacmd5.c | |
parent | ce6c230a089eae97b432b90cd9dc3a960a5bc0c7 (diff) |
-nostdinc and big endian cleanup
Diffstat (limited to 'sys/netinet/ip_ahhmacmd5.c')
-rw-r--r-- | sys/netinet/ip_ahhmacmd5.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sys/netinet/ip_ahhmacmd5.c b/sys/netinet/ip_ahhmacmd5.c index 008fef0e575..c4ddea126a9 100644 --- a/sys/netinet/ip_ahhmacmd5.c +++ b/sys/netinet/ip_ahhmacmd5.c @@ -35,11 +35,15 @@ #include <sys/errno.h> #include <sys/time.h> #include <sys/kernel.h> +#include <sys/socketvar.h> + #include <machine/cpu.h> +#include <machine/endian.h> #include <net/if.h> #include <net/route.h> #include <net/netisr.h> +#include <net/raw_cb.h> #include <netinet/in.h> #include <netinet/in_systm.h> @@ -49,8 +53,6 @@ #include <netinet/ip_var.h> #include <netinet/ip_icmp.h> -#include <sys/socketvar.h> -#include <net/raw_cb.h> #include <net/encap.h> #include <netinet/ip_ipsp.h> |