summaryrefslogtreecommitdiff
path: root/sanitizers.h
diff options
context:
space:
mode:
Diffstat (limited to 'sanitizers.h')
-rw-r--r--sanitizers.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/sanitizers.h b/sanitizers.h
index 8ca727d1..4a6f397f 100644
--- a/sanitizers.h
+++ b/sanitizers.h
@@ -20,7 +20,11 @@
#ifndef _HF_SANITIZERS_H_
#define _HF_SANITIZERS_H_
+#include <stdbool.h>
+#include <stdint.h>
+
#include "honggfuzz.h"
+#include "libhfcommon/util.h"
/* Prefix for sanitizer report files */
#define kLOGPREFIX "HF.sanitizer.log"