commit | 246af3eddb368f3c990e73af3ca87900a5de7e84 | [log] [tgz] |
---|---|---|
author | Robert Swiecki <[email protected]> | Fri Jan 05 14:56:32 2018 +0100 |
committer | Robert Swiecki <[email protected]> | Fri Jan 05 14:56:32 2018 +0100 |
tree | 0471d8dca019189e288e5a075625cbdee2ee79a2 | |
parent | ff003b74a32346392e2d50fec18067fdcbd25f7a [diff] [blame] |
Includes/Libs: rename directories to the 'hf' prefix, so it doesn't collide with other public libraries
diff --git a/linux/unwind.c b/linux/unwind.c index 9519b4d..e7021aa 100644 --- a/linux/unwind.c +++ b/linux/unwind.c
@@ -30,8 +30,8 @@ #include <string.h> #include "honggfuzz.h" -#include "libcommon/common.h" -#include "libcommon/log.h" +#include "libhfcommon/common.h" +#include "libhfcommon/log.h" /* * WARNING: Ensure that _UPT-info structs are not shared between threads