From 6998489b26fc87461e1036903ffa7e6496e2b2e9 Mon Sep 17 00:00:00 2001 From: Andrea Fioraldi Date: Fri, 19 Feb 2021 18:21:10 +0100 Subject: Revert "Remove self-referential symlink" This reverts commit aaf5fcd98a7c713ab8b6ae554babbf74bd92374b. --- custom_mutators/honggfuzz/mangle.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'custom_mutators/honggfuzz/mangle.c') diff --git a/custom_mutators/honggfuzz/mangle.c b/custom_mutators/honggfuzz/mangle.c index db339305..637d428d 100644 --- a/custom_mutators/honggfuzz/mangle.c +++ b/custom_mutators/honggfuzz/mangle.c @@ -35,9 +35,9 @@ #include #include "input.h" -#include "common.h" -#include "log.h" -#include "util.h" +#include "libhfcommon/common.h" +#include "libhfcommon/log.h" +#include "libhfcommon/util.h" static inline size_t mangle_LenLeft(run_t* run, size_t off) { if (off >= run->dynfile->size) { -- cgit 1.4.1