]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blame - src/patches/nfs-1.3.3-glibc-stdint.patch
gcc: Fix building with glibc >= 2.28
[people/pmueller/ipfire-2.x.git] / src / patches / nfs-1.3.3-glibc-stdint.patch
CommitLineData
c19196e1
MT
1--- nfs-utils-1.3.3/support/nsm/rpc.c~ 2018-02-11 17:01:31.137039166 +0000
2+++ nfs-utils-1.3.3/support/nsm/rpc.c 2018-02-11 17:01:45.683511380 +0000
3@@ -40,6 +40,7 @@
4
5 #include <time.h>
6 #include <stdbool.h>
7+#include <stdint.h>
8 #include <string.h>
9 #include <unistd.h>
10 #include <fcntl.h>