[Pkg-libvirt-commits] [libguestfs] 34/61: Include stdint.h where needed

Hilko Bengen bengen at moszumanska.debian.org
Fri Oct 31 19:09:39 UTC 2014


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

bengen pushed a commit to annotated tag debian/1%1.28.2-1
in repository libguestfs.

commit 30719301fd0c27eec32bfa39cb87263f47cb4ee7
Author: Pino Toscano <ptoscano at redhat.com>
Date:   Mon Oct 20 12:28:46 2014 +0200

    Include stdint.h where needed
    
    Required for using int64_t, etc. Apparently implicitly pulled so far.
    
    (cherry picked from commit ea9b225480cb2ea9c6c3bb5fd0363648fb2ccbce)
---
 sparsify/statvfs-c.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sparsify/statvfs-c.c b/sparsify/statvfs-c.c
index 2ad8db3..76bff0b 100644
--- a/sparsify/statvfs-c.c
+++ b/sparsify/statvfs-c.c
@@ -21,6 +21,7 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include <sys/statvfs.h>
+#include <stdint.h>
 
 #include <caml/alloc.h>
 #include <caml/fail.h>

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



More information about the Pkg-libvirt-commits mailing list