src/h5core/h5_err.c

- include stdlib.h added, closing #9
This commit is contained in:
2017-06-23 15:31:56 +02:00
parent b6e482f56a
commit f79c808e8d
+2
View File
@@ -11,6 +11,8 @@
#include "h5core/h5_err.h"
#include "private/h5_init.h"
#include <stdlib.h>
static h5_errorhandler_t h5_errhandler = h5_report_errorhandler;
h5_err_t h5_errno;