diff options
Diffstat (limited to 'lib/libc/arch/sh/net/ntohs.c')
-rw-r--r-- | lib/libc/arch/sh/net/ntohs.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/arch/sh/net/ntohs.c b/lib/libc/arch/sh/net/ntohs.c index 3945ae77c87..f57c8a90d57 100644 --- a/lib/libc/arch/sh/net/ntohs.c +++ b/lib/libc/arch/sh/net/ntohs.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ntohs.c,v 1.1 2006/10/10 22:07:10 miod Exp $ */ +/* $OpenBSD: ntohs.c,v 1.2 2014/07/21 01:51:10 guenther Exp $ */ /* $NetBSD: ntohs.c,v 1.3 2005/12/24 23:10:08 perry Exp $ */ /*- @@ -36,7 +36,7 @@ */ #include <sys/types.h> -#include <machine/endian.h> +#include <endian.h> #undef ntohs |