summaryrefslogtreecommitdiff
path: root/src/lib/libc/net/htons.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libc/net/htons.c')
-rw-r--r--src/lib/libc/net/htons.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libc/net/htons.c b/src/lib/libc/net/htons.c
index c8b73fdbb7..f48d91ee03 100644
--- a/src/lib/libc/net/htons.c
+++ b/src/lib/libc/net/htons.c
@@ -1,11 +1,11 @@
1/* $OpenBSD: htons.c,v 1.8 2005/08/06 20:30:03 espie Exp $ */ 1/* $OpenBSD: htons.c,v 1.9 2014/07/21 01:51:10 guenther Exp $ */
2/* 2/*
3 * Written by J.T. Conklin <jtc@netbsd.org>. 3 * Written by J.T. Conklin <jtc@netbsd.org>.
4 * Public domain. 4 * Public domain.
5 */ 5 */
6 6
7#include <sys/types.h> 7#include <sys/types.h>
8#include <machine/endian.h> 8#include <endian.h>
9 9
10#undef htons 10#undef htons
11 11