summaryrefslogtreecommitdiff
path: root/nfsd
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2017-09-10 23:33:46 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2017-09-10 23:33:46 +0200
commit17bd59544d8e3dccf33d3adebbc9df30842f022a (patch)
tree743616a202c349743c18e2e7af65678aab3af6d8 /nfsd
parente3e7590cbb15e675fbada1c0d012ffe43776e221 (diff)
Fix build with glibc-2.26
* nfsd/cache.c: Include <stdint.h>
Diffstat (limited to 'nfsd')
-rw-r--r--nfsd/cache.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/nfsd/cache.c b/nfsd/cache.c
index c9d80916..45234d89 100644
--- a/nfsd/cache.c
+++ b/nfsd/cache.c
@@ -19,6 +19,7 @@
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. */
+#include <stdint.h>
#include <string.h>
#include <sys/mman.h>
#include <hurd/fsys.h>