summaryrefslogtreecommitdiff
path: root/sanitizers.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 /sanitizers.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 'sanitizers.c')
-rw-r--r--sanitizers.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/sanitizers.c b/sanitizers.c
index 021c95c3..58944c59 100644
--- a/sanitizers.c
+++ b/sanitizers.c
@@ -10,10 +10,10 @@
#include <sys/stat.h>
#include <sys/types.h>
-#include "libcommon/common.h"
-#include "libcommon/files.h"
-#include "libcommon/log.h"
-#include "libcommon/util.h"
+#include "libhfcommon/common.h"
+#include "libhfcommon/files.h"
+#include "libhfcommon/log.h"
+#include "libhfcommon/util.h"
/* Stringify */
#define XSTR(x) #x