From 081a6971d9919d10aa7b5cfec701015850679435 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 23 Jan 2015 09:43:59 -0600 Subject: sys/socket.h: Add include of for ssize_t This was needed to make it possible to only include for the methods in this file in compliance with the POSIX specification. This was identified by the Open Group FACE Conformance Test Suite. Close 2245. --- cpukit/libnetworking/sys/socket.h | 1 + 1 file changed, 1 insertion(+) diff --git a/cpukit/libnetworking/sys/socket.h b/cpukit/libnetworking/sys/socket.h index 603cfe108e..571f6e06bd 100644 --- a/cpukit/libnetworking/sys/socket.h +++ b/cpukit/libnetworking/sys/socket.h @@ -36,6 +36,7 @@ #include #include +#include /* * Definitions related to sockets: types, address families, options. -- cgit v1.2.3