From 2fbca68293cc2fe4ba85ba7341ebc39a7ca97c5f Mon Sep 17 00:00:00 2001 From: Quincey Koziol Date: Wed, 9 Feb 2011 09:48:42 -0500 Subject: [svn-r20070] Description: Switch order of system includes, to correct error on FreeBSD machines. Tested on: FreeBSD/32 6.3 (duty) w/debug --- tools/lib/h5diff_array.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/lib/h5diff_array.c b/tools/lib/h5diff_array.c index c889282..9a609b5 100644 --- a/tools/lib/h5diff_array.c +++ b/tools/lib/h5diff_array.c @@ -14,8 +14,8 @@ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ #include -#include #include +#include #include "H5private.h" #include "h5tools.h" -- cgit v0.12