diff options
Diffstat (limited to 'lib/libc/net/inet_netof.c')
-rw-r--r-- | lib/libc/net/inet_netof.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libc/net/inet_netof.c b/lib/libc/net/inet_netof.c index 2f468c3aca5..4efceede132 100644 --- a/lib/libc/net/inet_netof.c +++ b/lib/libc/net/inet_netof.c @@ -1,4 +1,4 @@ -/* $OpenBSD: inet_netof.c,v 1.6 2005/08/06 20:30:03 espie Exp $ */ +/* $OpenBSD: inet_netof.c,v 1.7 2015/01/16 16:48:51 deraadt Exp $ */ /* * Copyright (c) 1983, 1993 * The Regents of the University of California. All rights reserved. @@ -28,7 +28,6 @@ * SUCH DAMAGE. */ -#include <sys/param.h> #include <netinet/in.h> #include <arpa/inet.h> |