summaryrefslogtreecommitdiff
path: root/package/nfs-utils/patches/patch-support_include_sockaddr_h
diff options
context:
space:
mode:
Diffstat (limited to 'package/nfs-utils/patches/patch-support_include_sockaddr_h')
-rw-r--r--package/nfs-utils/patches/patch-support_include_sockaddr_h10
1 files changed, 10 insertions, 0 deletions
diff --git a/package/nfs-utils/patches/patch-support_include_sockaddr_h b/package/nfs-utils/patches/patch-support_include_sockaddr_h
new file mode 100644
index 000000000..52b564bd3
--- /dev/null
+++ b/package/nfs-utils/patches/patch-support_include_sockaddr_h
@@ -0,0 +1,10 @@
+--- nfs-utils-1.3.0.orig/support/include/sockaddr.h 2014-03-25 16:12:07.000000000 +0100
++++ nfs-utils-1.3.0/support/include/sockaddr.h 2014-05-17 21:40:15.148504458 +0200
+@@ -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>