diff options
Diffstat (limited to 'package/nfs-utils/patches/patch-support_nsm_rpc_c')
-rw-r--r-- | package/nfs-utils/patches/patch-support_nsm_rpc_c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/package/nfs-utils/patches/patch-support_nsm_rpc_c b/package/nfs-utils/patches/patch-support_nsm_rpc_c new file mode 100644 index 000000000..bf928f692 --- /dev/null +++ b/package/nfs-utils/patches/patch-support_nsm_rpc_c @@ -0,0 +1,10 @@ +--- nfs-utils-2.1.1.orig/support/nsm/rpc.c 2017-01-12 16:21:39.000000000 +0100 ++++ nfs-utils-2.1.1/support/nsm/rpc.c 2017-08-12 18:58:41.276150487 +0200 +@@ -40,6 +40,7 @@ + + #include <time.h> + #include <stdbool.h> ++#include <stdint.h> + #include <string.h> + #include <unistd.h> + #include <fcntl.h> |