From 547c2282eea7a2e78341413f805a7781775b292c Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 11 Feb 2015 14:12:48 -0600 Subject: sys/socket.h: Include for ssize_t closes 2245 --- cpukit/libnetworking/sys/socket.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 #include -#include +#include /* * Definitions related to sockets: types, address families, options. -- cgit v1.2.3