cd8af586a8
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]
10 lines
265 B
Diff
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>
|