From f79c808e8d6a449b8d017852dde1354084c4aca0 Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Fri, 23 Jun 2017 15:31:56 +0200 Subject: [PATCH] src/h5core/h5_err.c - include stdlib.h added, closing #9 --- src/h5core/h5_err.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/h5core/h5_err.c b/src/h5core/h5_err.c index 2ff2ad4..6a121cd 100644 --- a/src/h5core/h5_err.c +++ b/src/h5core/h5_err.c @@ -11,6 +11,8 @@ #include "h5core/h5_err.h" #include "private/h5_init.h" +#include + static h5_errorhandler_t h5_errhandler = h5_report_errorhandler; h5_err_t h5_errno;