Skip to content

Commit 30fd287

Browse files
Fix inclusion for strcasestr (#35)
1 parent a898d0b commit 30fd287

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test/test_error.c

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,11 @@ This file is part of H5Z-ZFP. Please also read the BSD license
1414
#include <math.h>
1515
#include <stdio.h>
1616
#include <stdlib.h>
17-
#include <string.h>
1817
#include <unistd.h>
1918

19+
#define _GNU_SOURCE
20+
#include <string.h>
21+
2022
#include "hdf5.h"
2123

2224
#ifdef H5Z_ZFP_USE_PLUGIN

0 commit comments

Comments
 (0)