summaryrefslogtreecommitdiffstats
path: root/freebsd/lib/libc/gen/gethostname.c
diff options
context:
space:
mode:
Diffstat (limited to 'freebsd/lib/libc/gen/gethostname.c')
-rw-r--r--freebsd/lib/libc/gen/gethostname.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/freebsd/lib/libc/gen/gethostname.c b/freebsd/lib/libc/gen/gethostname.c
index f744652c..44c7770a 100644
--- a/freebsd/lib/libc/gen/gethostname.c
+++ b/freebsd/lib/libc/gen/gethostname.c
@@ -35,7 +35,7 @@ static char sccsid[] = "@(#)gethostname.c 8.1 (Berkeley) 6/4/93";
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
-#include <sys/param.h>
+#include <rtems/bsd/sys/param.h>
#include <sys/sysctl.h>
#include <errno.h>