summaryrefslogtreecommitdiff
path: root/report.h
diff options
context:
space:
mode:
Diffstat (limited to 'report.h')
-rw-r--r--report.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/report.h b/report.h
index 22eaf4e4..c924509a 100644
--- a/report.h
+++ b/report.h
@@ -24,7 +24,10 @@
#ifndef _HF_REPORT_H_
#define _HF_REPORT_H_
+#include <stdint.h>
+
#include "honggfuzz.h"
+#include "libhfcommon/util.h"
#include "sanitizers.h"
extern void report_saveReport(run_t* run);