Commit afa2a7ce authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files

nfs-utils: fix build failure caused by missing include

parent 338aee6c
Loading
Loading
Loading
Loading
+19 −0
Original line number Diff line number Diff line
[PATCH] sockaddr.h: needs stddef.h for NULL

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
---
 support/include/sockaddr.h |    1 +
 1 file changed, 1 insertion(+)

Index: nfs-utils-1.2.6/support/include/sockaddr.h
===================================================================
--- nfs-utils-1.2.6.orig/support/include/sockaddr.h
+++ nfs-utils-1.2.6/support/include/sockaddr.h
@@ -25,6 +25,7 @@
 #include <libio.h> 
 #endif
 #include <stdbool.h>
+#include <stddef.h>
 #include <sys/socket.h>
 #include <netinet/in.h>