From eedb56bf5216d9fee23b9eaf2a385569096f383a Mon Sep 17 00:00:00 2001 From: Quincey Koziol Date: Wed, 9 Feb 2011 09:53:22 -0500 Subject: [svn-r20071] Description: Bring r20070 from trunk to 1.8 branch: 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 1c2cfa9..66cd580 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