Skip to content

Commit

Permalink
Fix inclusion for strcasestr (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
markcmiller86 authored Jun 28, 2019
1 parent a898d0b commit 30fd287
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/test_error.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,11 @@ This file is part of H5Z-ZFP. Please also read the BSD license
#include <math.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>

#define _GNU_SOURCE
#include <string.h>

#include "hdf5.h"

#ifdef H5Z_ZFP_USE_PLUGIN
Expand Down

0 comments on commit 30fd287

Please sign in to comment.