summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/H5FDmulti.c1
-rw-r--r--src/H5FDstdio.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/src/H5FDmulti.c b/src/H5FDmulti.c
index e54faf6..c2da0b8 100644
--- a/src/H5FDmulti.c
+++ b/src/H5FDmulti.c
@@ -25,6 +25,7 @@
*/
#include <assert.h>
#include <stdlib.h>
+#include <string.h>
/* Disable certain warnings in PC-Lint: */
/*lint --emacro( {534, 830}, H5P_DEFAULT, H5P_FILE_ACCESS, H5P_DATASET_XFER) */
diff --git a/src/H5FDstdio.c b/src/H5FDstdio.c
index 9c86c39..0dd2901 100644
--- a/src/H5FDstdio.c
+++ b/src/H5FDstdio.c
@@ -25,6 +25,7 @@
*/
#include <assert.h>
#include <stdlib.h>
+#include <string.h>
#include <sys/stat.h>
/* Disable certain warnings in PC-Lint: */