summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2019-01-06 17:45:46 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2019-01-06 17:45:46 (GMT)
commit10495f34f846bac66d43d6a294f0e1e2ea89cd76 (patch)
tree9e46c2a4267e573eec4d2918b98859ebf77669b5 /test
parentc1f1c89f5a3baffa3a7eac0863e394a9d596e8c4 (diff)
downloadhdf5-10495f34f846bac66d43d6a294f0e1e2ea89cd76.zip
hdf5-10495f34f846bac66d43d6a294f0e1e2ea89cd76.tar.gz
hdf5-10495f34f846bac66d43d6a294f0e1e2ea89cd76.tar.bz2
Added libuuid for generating UUIDs.
Diffstat (limited to 'test')
-rw-r--r--test/json_vol_connector.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/json_vol_connector.c b/test/json_vol_connector.c
index 17dcfd2..f0f8633 100644
--- a/test/json_vol_connector.c
+++ b/test/json_vol_connector.c
@@ -27,9 +27,16 @@
#include "json_vol_connector.h"
+/* XXX: Note that we're going to have to guard most of the JSON VOL
+ * connector content with #ifdefs in the final product...
+ */
+
/* The Jansson JSON parser */
#include <jansson.h>
+/* libuuid for generating UUIDs */
+#include <uuid/uuid.h>
+
/* Callbacks */
/* File */
static void *jvc_file_create(const char *name, unsigned flags, hid_t fcpl_id, hid_t fapl_id, hid_t dxpl_id, void **req);