summaryrefslogtreecommitdiffstats
path: root/cpukit/libnetworking/netinet
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/libnetworking/netinet')
-rw-r--r--cpukit/libnetworking/netinet/ip.h2
-rw-r--r--cpukit/libnetworking/netinet/tcp.h2
-rw-r--r--cpukit/libnetworking/netinet/tcp_debug.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/cpukit/libnetworking/netinet/ip.h b/cpukit/libnetworking/netinet/ip.h
index 04625b95a6..a17d0194c3 100644
--- a/cpukit/libnetworking/netinet/ip.h
+++ b/cpukit/libnetworking/netinet/ip.h
@@ -37,7 +37,7 @@
#ifndef _NETINET_IP_H_
#define _NETINET_IP_H_
-#include <rtems/bsd/sys/cdefs.h>
+#include <sys/cdefs.h>
/*
* Definitions for internet protocol version 4.
diff --git a/cpukit/libnetworking/netinet/tcp.h b/cpukit/libnetworking/netinet/tcp.h
index 9bd4a1454c..96e28710c1 100644
--- a/cpukit/libnetworking/netinet/tcp.h
+++ b/cpukit/libnetworking/netinet/tcp.h
@@ -37,7 +37,7 @@
#ifndef _NETINET_TCP_H_
#define _NETINET_TCP_H_
-#include <rtems/bsd/sys/cdefs.h>
+#include <sys/cdefs.h>
#if __BSD_VISIBLE
diff --git a/cpukit/libnetworking/netinet/tcp_debug.c b/cpukit/libnetworking/netinet/tcp_debug.c
index 779c5fb5c7..56198adcc0 100644
--- a/cpukit/libnetworking/netinet/tcp_debug.c
+++ b/cpukit/libnetworking/netinet/tcp_debug.c
@@ -34,7 +34,7 @@
#include "config.h"
#endif
-#include <rtems/bsd/sys/cdefs.h>
+#include <sys/cdefs.h>
#include "opt_inet.h"
#include "opt_tcpdebug.h"