summaryrefslogtreecommitdiffstats
path: root/cpukit/libnetworking/libc/if_indextoname.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/libnetworking/libc/if_indextoname.c')
-rw-r--r--cpukit/libnetworking/libc/if_indextoname.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/cpukit/libnetworking/libc/if_indextoname.c b/cpukit/libnetworking/libc/if_indextoname.c
index 89e9f2fd66..8b2279e75c 100644
--- a/cpukit/libnetworking/libc/if_indextoname.c
+++ b/cpukit/libnetworking/libc/if_indextoname.c
@@ -25,6 +25,10 @@
* BSDI Id: if_indextoname.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>