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