Fix: msvc build error with bli_fileops.h

bli_fileops.h was using uint64_t without including the proper header.

issue triggered by rBb0af44fa4d7a2e134b315c49a4fbdf573f781004
This commit is contained in:
2018-02-01 07:58:06 -07:00
parent 0bf54dd66b
commit 7e928c3bbc

View File

@@ -35,6 +35,7 @@
#include <stdio.h>
#include <sys/stat.h>
#include <stdint.h>
#ifdef __cplusplus
extern "C" {