summaryrefslogtreecommitdiff
path: root/report.c
diff options
context:
space:
mode:
authorRobert Swiecki <robert@swiecki.net>2017-05-24 01:53:15 +0200
committerRobert Swiecki <robert@swiecki.net>2017-05-24 01:53:15 +0200
commit241a741c9103bf638330e1f310d789053a0d2b8b (patch)
treea20fc86b9e4163e4943310a5c68fee13807879f2 /report.c
parentdb61ad27a99d03f9a1f0febab1abef72fce510d0 (diff)
downloadhonggfuzz-241a741c9103bf638330e1f310d789053a0d2b8b.tar.gz
Introduce libcommon
Diffstat (limited to 'report.c')
-rw-r--r--report.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/report.c b/report.c
index 88a129db..0f7a669b 100644
--- a/report.c
+++ b/report.c
@@ -21,7 +21,7 @@
*
*/
-#include "common.h"
+#include "libcommon/common.h"
#include "report.h"
#include <fcntl.h>
@@ -30,8 +30,8 @@
#include <sys/types.h>
#include <sys/stat.h>
-#include "log.h"
-#include "util.h"
+#include "libcommon/log.h"
+#include "libcommon/util.h"
static int reportFD = -1;