blob: bf928f6928c09dbafbfcbc699efc56b6fa271109 (
plain)
1
2
3
4
5
6
7
8
9
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>
|