From 267c7a02eeecafa0b5e4265d43e548489e8ffbac Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Fri, 12 Sep 2014 04:50:42 -0400 Subject: Fix header include for definition of NULL NULL is defined in stdlib.h so we need to include that. Signed-off-by: Natanael Copa Signed-off-by: Steve Dickson --- support/include/sockaddr.h | 1 + 1 file changed, 1 insertion(+) diff --git a/support/include/sockaddr.h b/support/include/sockaddr.h index a1c30f9..446b537 100644 --- a/support/include/sockaddr.h +++ b/support/include/sockaddr.h @@ -27,6 +27,7 @@ #ifdef HAVE_LIBIO_H #include #endif +#include #include #include #include -- cgit