summaryrefslogtreecommitdiffstats
path: root/freebsd-userspace/lib/libc/inet/inet_netof.c
diff options
context:
space:
mode:
Diffstat (limited to 'freebsd-userspace/lib/libc/inet/inet_netof.c')
-rw-r--r--freebsd-userspace/lib/libc/inet/inet_netof.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/freebsd-userspace/lib/libc/inet/inet_netof.c b/freebsd-userspace/lib/libc/inet/inet_netof.c
index 8931c30f..08d880d6 100644
--- a/freebsd-userspace/lib/libc/inet/inet_netof.c
+++ b/freebsd-userspace/lib/libc/inet/inet_netof.c
@@ -1,3 +1,5 @@
+#include "port_before.h"
+
/*
* Copyright (c) 1983, 1993
* The Regents of the University of California. All rights reserved.
@@ -33,8 +35,6 @@ static const char sccsid[] = "@(#)inet_netof.c 8.1 (Berkeley) 6/4/93";
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
-#include "port_before.h"
-
#include <sys/param.h>
#include <netinet/in.h>
#include <arpa/inet.h>