summaryrefslogtreecommitdiffstats
path: root/cpukit/libnetworking/libc/if_nameindex.c
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2010-03-28 05:50:29 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2010-03-28 05:50:29 +0000
commitb25b88e732daf787959e61abb9cee60f3ca23227 (patch)
tree1c86bfd1943d7f598425735f519d97a76b4f24b1 /cpukit/libnetworking/libc/if_nameindex.c
parent2010-03-28 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-b25b88e732daf787959e61abb9cee60f3ca23227.tar.bz2
Add HAVE_CONFIG_H support to let files receive configure defines.
Diffstat (limited to '')
-rw-r--r--cpukit/libnetworking/libc/if_nameindex.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/cpukit/libnetworking/libc/if_nameindex.c b/cpukit/libnetworking/libc/if_nameindex.c
index cd025aa428..f4e54a6733 100644
--- a/cpukit/libnetworking/libc/if_nameindex.c
+++ b/cpukit/libnetworking/libc/if_nameindex.c
@@ -25,6 +25,10 @@
* BSDI Id: if_nameindex.c,v 2.3 2000/04/17 22:38:05 dab Exp
*/
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#include <rtems/bsd/sys/cdefs.h>
#include <sys/types.h>