* fuzz/wget_css_fuzzer.c: Fix build

This commit is contained in:
Tim Rühsen
2018-04-20 20:06:50 +02:00
parent 30bd99f3f5
commit 77c31d301b

View File

@@ -55,6 +55,7 @@ FILE *fopen_wget(const char *pathname, const char *mode)
return fopen("/dev/null", mode);
}
#undef fopen_wgetrc
FILE *fopen_wgetrc(const char *pathname, const char *mode)
{
#ifdef HAVE_FMEMOPEN