a3b584ade6
- nsm-headers.patch: add missing <stdint.h> OBS-URL: https://build.opensuse.org/request/show/513155 OBS-URL: https://build.opensuse.org/package/show/Base:System/nfs-utils?expand=0&rev=181
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>
|
|
|