void-packages/srcpkgs/nfs-utils/patches/add-missing-include.patch
Lon Willett cd8af586a8 nfs-utils: add missing include of stdint.h, and revbump
Trivial fix, but needed to build.

Revision bump because it seems to be needed anyway, although the
include fix shouldn't change anything in an environment where it
compiles without it.

Closes: #7537 [via git-merge-pr]
2017-09-02 14:56:51 -07:00

10 lines
265 B
Diff

--- support/nsm/rpc.c.orig 2016-08-03 20:25:15.000000000 +0200
+++ support/nsm/rpc.c 2017-08-26 07:41:11.884000000 +0200
@@ -40,6 +40,7 @@
#include <time.h>
#include <stdbool.h>
+#include <stdint.h>
#include <string.h>
#include <unistd.h>
#include <fcntl.h>