summaryrefslogtreecommitdiffstats
path: root/cpukit/libnetworking/kern/uipc_socket.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/libnetworking/kern/uipc_socket.c')
-rw-r--r--cpukit/libnetworking/kern/uipc_socket.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/cpukit/libnetworking/kern/uipc_socket.c b/cpukit/libnetworking/kern/uipc_socket.c
index a5836531c6..1ea34a38af 100644
--- a/cpukit/libnetworking/kern/uipc_socket.c
+++ b/cpukit/libnetworking/kern/uipc_socket.c
@@ -51,6 +51,8 @@
* Turn this feature into essentially dead code.
*/
#define SO_PRIVSTATE 0x1009 /* get/deny privileged state */
+
+#include <rtems/rtems_bsdnet.h>
#endif /* __rtems__ */
static int somaxconn = SOMAXCONN;