Include stdint.h where needed

Required for using int64_t, etc. Apparently implicitly pulled so far.
This commit is contained in:
Pino Toscano
2014-10-20 12:28:46 +02:00
parent abd93812ca
commit ea9b225480

View File

@@ -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>