utils: Include stdio.h for fmemopen() replacement

This might now be required because Vstr is not necessarily required
anymore, which means stdio.h might not be pulled in by prinf_hook.h.
This commit is contained in:
Tobias Brunner 2013-10-29 16:18:35 +01:00
parent 60ddf6284f
commit 5ac29360fc
1 changed files with 1 additions and 0 deletions

View File

@ -769,6 +769,7 @@ bool cas_ptr(void **ptr, void *oldval, void *newval);
# ifdef HAVE_FUNOPEN
# define HAVE_FMEMOPEN
# define HAVE_FMEMOPEN_FALLBACK
# include <stdio.h>
/**
* fmemopen(3) fallback using BSD funopen.
*