fix Darwin dep

This commit is contained in:
Vitor Santos Costa 2015-10-20 07:57:59 +01:00
parent aedc686ede
commit b76be19b61
1 changed files with 4 additions and 0 deletions

View File

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