commit-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[hurd] 42/43: Fix build with glibc-2.26


From: Samuel Thibault
Subject: [hurd] 42/43: Fix build with glibc-2.26
Date: Mon, 11 Sep 2017 07:10:12 +0000

This is an automated email from the git hooks/post-receive script.

sthibault pushed a commit to branch upstream
in repository hurd.

commit 17bd59544d8e3dccf33d3adebbc9df30842f022a
Author: Samuel Thibault <address@hidden>
Date:   Sun Sep 10 23:33:46 2017 +0200

    Fix build with glibc-2.26
    
    * nfsd/cache.c: Include <stdint.h>
---
 nfsd/cache.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/nfsd/cache.c b/nfsd/cache.c
index c9d8091..45234d8 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>

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-hurd/hurd.git



reply via email to

[Prev in Thread] Current Thread [Next in Thread]