From a1d8bc2426c6d8556e2b50d906d47733bcb192f8 Mon Sep 17 00:00:00 2001 From: guenther <> Date: Mon, 21 Jul 2014 01:51:11 +0000 Subject: Switch from or to the new, being-standardized ok deraadt@ millert@ beck@ --- src/lib/libc/net/ntohl.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/lib/libc/net/ntohl.c') diff --git a/src/lib/libc/net/ntohl.c b/src/lib/libc/net/ntohl.c index 36414b7a13..0d05bac78a 100644 --- a/src/lib/libc/net/ntohl.c +++ b/src/lib/libc/net/ntohl.c @@ -1,11 +1,11 @@ -/* $OpenBSD: ntohl.c,v 1.6 2005/08/06 20:30:03 espie Exp $ */ +/* $OpenBSD: ntohl.c,v 1.7 2014/07/21 01:51:10 guenther Exp $ */ /* * Written by J.T. Conklin . * Public domain. */ #include -#include +#include #undef ntohl -- cgit v1.2.3-55-g6feb