summaryrefslogtreecommitdiffstats
path: root/freebsd/sbin/sysctl
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2016-04-07 09:48:12 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2016-05-30 16:06:41 +0200
commit2017a6df2b7e4edd6cc6eef585b605290431ce5b (patch)
tree13fc7b337f6fb233ea5b06b4a2e77d27f02a6678 /freebsd/sbin/sysctl
parentrtems-bsd-rc-conf.h: Add missing include (diff)
downloadrtems-libbsd-2017a6df2b7e4edd6cc6eef585b605290431ce5b.tar.bz2
Directly use <sys/time.h> provided by Newlib
Diffstat (limited to 'freebsd/sbin/sysctl')
-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>