summaryrefslogtreecommitdiffstats
path: root/freebsd/sbin/sysctl/sysctl.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--freebsd/sbin/sysctl/sysctl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/freebsd/sbin/sysctl/sysctl.c b/freebsd/sbin/sysctl/sysctl.c
index 9d7a8692..96b1c912 100644
--- a/freebsd/sbin/sysctl/sysctl.c
+++ b/freebsd/sbin/sysctl/sysctl.c
@@ -50,7 +50,7 @@ static const char rcsid[] =
#endif /* __rtems__ */
#include <rtems/bsd/sys/param.h>
-#include <rtems/bsd/sys/time.h>
+#include <sys/time.h>
#include <rtems/bsd/sys/resource.h>
#include <sys/stat.h>
#include <sys/sysctl.h>