13 lines
334 B
Diff
13 lines
334 B
Diff
|
Index: nfs-utils-2.1.1/support/nsm/rpc.c
|
||
|
===================================================================
|
||
|
--- nfs-utils-2.1.1.orig/support/nsm/rpc.c
|
||
|
+++ nfs-utils-2.1.1/support/nsm/rpc.c
|
||
|
@@ -41,6 +41,7 @@
|
||
|
#include <time.h>
|
||
|
#include <stdbool.h>
|
||
|
#include <string.h>
|
||
|
+#include <stdint.h>
|
||
|
#include <unistd.h>
|
||
|
#include <fcntl.h>
|
||
|
|