summaryrefslogtreecommitdiffstats
path: root/freebsd/sbin/ping6
diff options
context:
space:
mode:
Diffstat (limited to 'freebsd/sbin/ping6')
-rw-r--r--freebsd/sbin/ping6/ping6.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/freebsd/sbin/ping6/ping6.c b/freebsd/sbin/ping6/ping6.c
index 382336a2..9faf09e2 100644
--- a/freebsd/sbin/ping6/ping6.c
+++ b/freebsd/sbin/ping6/ping6.c
@@ -113,7 +113,7 @@ __FBSDID("$FreeBSD$");
#include <machine/rtems-bsd-program.h>
#include <machine/rtems-bsd-commands.h>
#endif /* __rtems__ */
-#include <rtems/bsd/sys/param.h>
+#include <sys/param.h>
#include <sys/uio.h>
#include <sys/socket.h>
#include <sys/time.h>