summaryrefslogtreecommitdiffstats
path: root/cpukit/libnetworking/libc/res_query.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/libnetworking/libc/res_query.c')
-rw-r--r--cpukit/libnetworking/libc/res_query.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/cpukit/libnetworking/libc/res_query.c b/cpukit/libnetworking/libc/res_query.c
index 00a0c30041..b742c30315 100644
--- a/cpukit/libnetworking/libc/res_query.c
+++ b/cpukit/libnetworking/libc/res_query.c
@@ -84,6 +84,9 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
+#ifdef HAVE_STRINGS_H
+#include <strings.h>
+#endif
#include "res_config.h"