summaryrefslogtreecommitdiffstats
path: root/cpukit/libnetworking/libc/res_stubs.c
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2007-03-30 05:15:58 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2007-03-30 05:15:58 +0000
commit09fdb5e819630c1df210a520680ede6936426379 (patch)
tree6bb9472d9706993d961d8abaf7b49670300fb1bc /cpukit/libnetworking/libc/res_stubs.c
parent2007-03-30 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-09fdb5e819630c1df210a520680ede6936426379.tar.bz2
Eliminate SCCS, LINT. Add HAVE_CONFIG_H.
Diffstat (limited to 'cpukit/libnetworking/libc/res_stubs.c')
-rw-r--r--cpukit/libnetworking/libc/res_stubs.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/cpukit/libnetworking/libc/res_stubs.c b/cpukit/libnetworking/libc/res_stubs.c
index 92cf0fac54..2cd9ba70c7 100644
--- a/cpukit/libnetworking/libc/res_stubs.c
+++ b/cpukit/libnetworking/libc/res_stubs.c
@@ -38,6 +38,10 @@
* turned up all over the place. :-(
*/
+#if HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#include <sys/types.h>
#include <sys/cdefs.h>