Move the honggfuzz_t and fuzzer_t types out of common
diff --git a/sanitizers.h b/sanitizers.h
index e052419..caa260c 100644
--- a/sanitizers.h
+++ b/sanitizers.h
@@ -20,6 +20,8 @@
 #ifndef _HF_SANITIZERS_H_
 #define _HF_SANITIZERS_H_
 
+#include "honggfuzz.h"
+
 /* Exit code is common for all sanitizers */
 #define HF_SAN_EXIT_CODE   103