summaryrefslogtreecommitdiffstats
path: root/hl/test/test_dset_append.c
diff options
context:
space:
mode:
Diffstat (limited to 'hl/test/test_dset_append.c')
-rw-r--r--hl/test/test_dset_append.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/hl/test/test_dset_append.c b/hl/test/test_dset_append.c
index e050de2..8bb4f84 100644
--- a/hl/test/test_dset_append.c
+++ b/hl/test/test_dset_append.c
@@ -11,11 +11,12 @@
* help@hdfgroup.org. *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
+#include <math.h>
#include <stdlib.h>
#include <string.h>
+
#include "h5hltest.h"
#include "H5DOpublic.h"
-#include <math.h>
#if defined(H5_HAVE_ZLIB_H) && !defined(H5_ZLIB_HEADER)
# define H5_ZLIB_HEADER "zlib.h"