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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/libnetworking/libc/if_indextoname.c b/cpukit/libnetworking/libc/if_indextoname.c
index 8b2279e75c..32a499590e 100644
--- a/cpukit/libnetworking/libc/if_indextoname.c
+++ b/cpukit/libnetworking/libc/if_indextoname.c
@@ -29,7 +29,7 @@
#include "config.h"
#endif
-#include <rtems/bsd/sys/cdefs.h>
+#include <sys/cdefs.h>
#include <sys/types.h>
#include <sys/socket.h>