fix Darwin dep

This commit is contained in:
Vitor Santos Costa 2015-10-20 07:57:59 +01:00
parent aedc686ede
commit b76be19b61

View File

@ -29,6 +29,8 @@
// #include "verify.h" // #include "verify.h"
#if !HAVE_OPEN_MEMSTREAM
#if !HAVE_FUNOPEN #if !HAVE_FUNOPEN
# error Sorry, not ported to your platform yet # error Sorry, not ported to your platform yet
#else #else
@ -192,3 +194,5 @@ open_memstream (char **buf, size_t *len)
return f; return f;
} }
#endif /* HAVE_FUNOPEN */ #endif /* HAVE_FUNOPEN */
#endif /* HAVE_OPEN_MEMSTREAM*/