summaryrefslogtreecommitdiff
path: root/mangle.c
diff options
context:
space:
mode:
authorRobert Swiecki <robert@swiecki.net>2018-01-05 14:56:32 +0100
committerRobert Swiecki <robert@swiecki.net>2018-01-05 14:56:32 +0100
commit246af3eddb368f3c990e73af3ca87900a5de7e84 (patch)
tree0471d8dca019189e288e5a075625cbdee2ee79a2 /mangle.c
parentff003b74a32346392e2d50fec18067fdcbd25f7a (diff)
downloadhonggfuzz-246af3eddb368f3c990e73af3ca87900a5de7e84.tar.gz
Includes/Libs: rename directories to the 'hf' prefix, so it doesn't collide with other public libraries
Diffstat (limited to 'mangle.c')
-rw-r--r--mangle.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/mangle.c b/mangle.c
index 3512aeef..3490f329 100644
--- a/mangle.c
+++ b/mangle.c
@@ -32,9 +32,9 @@
#include <sys/mman.h>
#include <unistd.h>
-#include "libcommon/common.h"
-#include "libcommon/log.h"
-#include "libcommon/util.h"
+#include "libhfcommon/common.h"
+#include "libhfcommon/log.h"
+#include "libhfcommon/util.h"
static inline void mangle_Overwrite(run_t* run, const uint8_t* src, size_t off, size_t sz) {
size_t maxToCopy = run->dynamicFileSz - off;