summaryrefslogtreecommitdiffstats
path: root/freebsd/lib/libc/resolv/res_init.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--freebsd/lib/libc/resolv/res_init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/freebsd/lib/libc/resolv/res_init.c b/freebsd/lib/libc/resolv/res_init.c
index cf6449f3..7a5f07bd 100644
--- a/freebsd/lib/libc/resolv/res_init.c
+++ b/freebsd/lib/libc/resolv/res_init.c
@@ -80,7 +80,7 @@ __FBSDID("$FreeBSD$");
#include <rtems/bsd/sys/types.h>
#include <rtems/bsd/sys/param.h>
#include <sys/socket.h>
-#include <rtems/bsd/sys/time.h>
+#include <sys/time.h>
#include <netinet/in.h>
#include <arpa/inet.h>