summaryrefslogtreecommitdiffstats
path: root/cpukit/libnetworking/libc/res_send.c
diff options
context:
space:
mode:
authorNick Withers <nick.withers@anu.edu.au>2015-12-10 20:01:52 +1100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2016-01-18 14:59:52 +0100
commit4202a31f91ca3d19ca18f08730a4be52fb71cc04 (patch)
tree9e4b03d3e952f8a753b9ae954df7f78c34829052 /cpukit/libnetworking/libc/res_send.c
parentdoc: Update ARM floating-point support (diff)
downloadrtems-4202a31f91ca3d19ca18f08730a4be52fb71cc04.tar.bz2
Chase Newlib sys/types.h / sys/select.h changes
Diffstat (limited to '')
-rw-r--r--cpukit/libnetworking/libc/res_send.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/cpukit/libnetworking/libc/res_send.c b/cpukit/libnetworking/libc/res_send.c
index b1dc337b41..316d3ad69c 100644
--- a/cpukit/libnetworking/libc/res_send.c
+++ b/cpukit/libnetworking/libc/res_send.c
@@ -79,6 +79,9 @@
#include <sys/types.h>
#include <sys/param.h>
#include <sys/time.h>
+#ifndef NOSELECT
+#include <sys/select.h>
+#endif
#include <sys/socket.h>
#include <sys/uio.h>