ECC-444: eccodes fails to build when both fmemopen and funopen are available

This commit is contained in:
Shahram Najm 2017-03-15 14:26:36 +00:00
parent 32dd699f88
commit 61e770925f
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ for k, v in sorted(items):
print("""};
#ifdef EC_HAVE_FUNOPEN
#if defined(EC_HAVE_FUNOPEN) && !defined(EC_HAVE_FMEMOPEN)
typedef struct mem_file {
const char* buffer;