[Libguestfs] [PATCH 10/16] Include stdint.h where needed

Pino Toscano ptoscano at redhat.com
Thu Oct 23 18:18:38 UTC 2014


Required for using int64_t, etc. Apparently implicitly pulled so far.
---
 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>
-- 
1.9.3




More information about the Libguestfs mailing list