summaryrefslogtreecommitdiffstats
path: root/cpukit/libnetworking/libc/res_send.c
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2010-03-27 04:00:53 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2010-03-27 04:00:53 +0000
commit39f13cbc46731bdc2b94b0500b34437aabd9729e (patch)
treea58a36ed2ee8cb9f5bed9da5811de829d8331c7a /cpukit/libnetworking/libc/res_send.c
parent2010-03-27 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-39f13cbc46731bdc2b94b0500b34437aabd9729e.tar.bz2
Add HAVE_STRINGS_H for better POSIX compliance.
Diffstat (limited to 'cpukit/libnetworking/libc/res_send.c')
-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 3d8f823efc..b1dc337b41 100644
--- a/cpukit/libnetworking/libc/res_send.c
+++ b/cpukit/libnetworking/libc/res_send.c
@@ -92,6 +92,9 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
+#ifdef HAVE_STRINGS_H
+#include <strings.h>
+#endif
#include <unistd.h>
#if !defined(__rtems__)
#include <poll.h>