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:
@@ -769,6 +769,7 @@ bool cas_ptr(void **ptr, void *oldval, void *newval);
|
|||||||
# ifdef HAVE_FUNOPEN
|
# ifdef HAVE_FUNOPEN
|
||||||
# define HAVE_FMEMOPEN
|
# define HAVE_FMEMOPEN
|
||||||
# define HAVE_FMEMOPEN_FALLBACK
|
# define HAVE_FMEMOPEN_FALLBACK
|
||||||
|
# include <stdio.h>
|
||||||
/**
|
/**
|
||||||
* fmemopen(3) fallback using BSD funopen.
|
* fmemopen(3) fallback using BSD funopen.
|
||||||
*
|
*
|
||||||
|
|||||||
Reference in New Issue
Block a user