summaryrefslogtreecommitdiffstats
path: root/dhcpcd/config.h
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 /dhcpcd/config.h
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 '')
-rw-r--r--dhcpcd/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/dhcpcd/config.h b/dhcpcd/config.h
index b2a49603..27174eb8 100644
--- a/dhcpcd/config.h
+++ b/dhcpcd/config.h
@@ -8,7 +8,7 @@
#define LIBEXECDIR "/libexec"
#define DBDIR "/var/db"
#define RUNDIR "/var/run"
-#include <rtems/bsd/sys/time.h>
+#include <sys/time.h>
#include <machine/rtems-bsd-program.h>
#include <machine/rtems-bsd-commands.h>
#include <spawn.h>