Commit d566f684 authored by Greg Williams's avatar Greg Williams
Browse files

Added sys/types.h inclusion

parent 973310b4
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -39,6 +39,7 @@
    #define _BSD_SOURCE
#endif // _BSD_SOURCE
#include <unistd.h>
#include <sys/types.h>

int KineticSocket_GetSocketError(int fd)
{
+1 −0
Original line number Diff line number Diff line
@@ -57,6 +57,7 @@
    #define _BSD_SOURCE
#endif // _BSD_SOURCE
#include <unistd.h>
#include <sys/types.h>
#ifndef HOST_NAME_MAX
    #define HOST_NAME_MAX 256
#endif // HOST_NAME_MAX
+2 −0
Original line number Diff line number Diff line
@@ -19,6 +19,7 @@
*/

#include "unity_helper.h"
#include "kinetic_types.h"
#include "kinetic_socket.h"
#include "kinetic_logger.h"
#include "kinetic_proto.h"
@@ -29,6 +30,7 @@
    #define _BSD_SOURCE
#endif // _BSD_SOURCE
#include <unistd.h>
#include <sys/types.h>
#include "socket99.h"

#include <errno.h>