summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2015-02-11 14:12:48 -0600
committerJoel Sherrill <joel.sherrill@oarcorp.com>2015-02-12 15:23:33 -0600
commit547c2282eea7a2e78341413f805a7781775b292c (patch)
tree3d75712bca4411a4471a6cab81e000a521760027
parentIMFS: Add fine grained configuration (diff)
downloadrtems-547c2282eea7a2e78341413f805a7781775b292c.tar.bz2
sys/socket.h: Include <sys/types.h> for ssize_t
closes 2245
-rw-r--r--cpukit/libnetworking/sys/socket.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/libnetworking/sys/socket.h b/cpukit/libnetworking/sys/socket.h
index 571f6e06bd..3821d8be55 100644
--- a/cpukit/libnetworking/sys/socket.h
+++ b/cpukit/libnetworking/sys/socket.h
@@ -36,7 +36,7 @@
#include <sys/cdefs.h>
#include <rtems/bsdnet/_types.h>
-#include <sys/_types.h>
+#include <sys/types.h>
/*
* Definitions related to sockets: types, address families, options.