summaryrefslogtreecommitdiffstats
path: root/src/H5.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5.c')
-rw-r--r--src/H5.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5.c b/src/H5.c
index 9666f7e..1eb40b2 100644
--- a/src/H5.c
+++ b/src/H5.c
@@ -16,6 +16,7 @@
/****************/
/* Module Setup */
/****************/
+#define H5_LIBSETTINGS_OWNER /* This module is the owner of the lib settings variable */
/***********/
@@ -56,7 +57,6 @@ static void H5_debug_mask(const char*);
/*********************/
/* Package Variables */
/*********************/
-#include "H5lib_settings.c" /* Embedded library information */
/*****************************/