fix compilation

This commit is contained in:
van Hauser
2020-07-23 05:08:20 +02:00
parent af10c05ac3
commit 1ddb70e0d9
2 changed files with 2 additions and 0 deletions

View File

@ -25,6 +25,7 @@
#include "afl-fuzz.h" #include "afl-fuzz.h"
#include <string.h> #include <string.h>
#include <limits.h>
static u8 *strnstr(const u8 *s, const u8 *find, size_t slen); static u8 *strnstr(const u8 *s, const u8 *find, size_t slen);
static u32 string_replace(u8 **out_buf, s32 *temp_len, u32 pos, u8 *from, static u32 string_replace(u8 **out_buf, s32 *temp_len, u32 pos, u8 *from,

View File

@ -24,6 +24,7 @@
*/ */
#include <limits.h>
#include "afl-fuzz.h" #include "afl-fuzz.h"
#include "cmplog.h" #include "cmplog.h"