Include stdio.h for fmemopen in fuzzers

This commit is contained in:
Tim Rühsen 2019-06-02 13:39:15 +02:00
parent f32c240cc0
commit 867872e80d
2 changed files with 2 additions and 0 deletions

View File

@ -34,6 +34,7 @@ typedef unsigned __int8 uint8_t;
#include <stdlib.h> /* malloc, free */
#include <string.h> /* memcpy */
#include <stdio.h> /* fmemopen */
#include "libpsl.h"
#include "fuzzer.h"

View File

@ -34,6 +34,7 @@ typedef unsigned __int8 uint8_t;
#include <stdlib.h> /* malloc, free */
#include <string.h> /* memcpy */
#include <stdio.h> /* fmemopen */
#include "libpsl.h"
#include "fuzzer.h"