summaryrefslogtreecommitdiffstats
path: root/hl
diff options
context:
space:
mode:
authorScot Breitenfeld <brtnfld@hdfgroup.org>2009-06-24 20:44:34 (GMT)
committerScot Breitenfeld <brtnfld@hdfgroup.org>2009-06-24 20:44:34 (GMT)
commite7ebefa1fd42033034fb18e0584f903d86ea9063 (patch)
treec578f715a8d0d7b6599304b542dbee780111c6d4 /hl
parentd9c714286f95dc4d3024fa2154939cd5ff3dd348 (diff)
downloadhdf5-e7ebefa1fd42033034fb18e0584f903d86ea9063.zip
hdf5-e7ebefa1fd42033034fb18e0584f903d86ea9063.tar.gz
hdf5-e7ebefa1fd42033034fb18e0584f903d86ea9063.tar.bz2
[svn-r17105] Description:
Added stdlib.h, fix for linew, Tested linew, smirom (icc, pgcc, gcc)
Diffstat (limited to 'hl')
-rw-r--r--hl/test/test_regref_hyper.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/hl/test/test_regref_hyper.c b/hl/test/test_regref_hyper.c
index fbd830e..18b61f3 100644
--- a/hl/test/test_regref_hyper.c
+++ b/hl/test/test_regref_hyper.c
@@ -17,6 +17,7 @@
Tests hl region references and hyperslab APIs.
*/
+#include <stdlib.h>
#include "h5hltest.h"
#include "hdf5.h"
#include "hdf5_hl.h"