NULL is defined in stdlib.h so we need to include that. Signed-off-by: Natanael Copa <ncopa@xxxxxxxxxxxxxxx> --- 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 <libio.h> #endif +#include <stdlib.h> #include <stdbool.h> #include <sys/socket.h> #include <netinet/in.h> -- 2.0.4 -- To unsubscribe from this list: send the line "unsubscribe linux-nfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html