about summary refs log tree commit diff
path: root/frida_mode/include/complog.h
diff options
context:
space:
mode:
Diffstat (limited to 'frida_mode/include/complog.h')
-rw-r--r--frida_mode/include/complog.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/frida_mode/include/complog.h b/frida_mode/include/complog.h
index 094b7b93..1c1adb6d 100644
--- a/frida_mode/include/complog.h
+++ b/frida_mode/include/complog.h
@@ -1,3 +1,6 @@
+#ifndef _COMPLOG_H
+#define _COMPLOG_H
+
 extern struct cmp_map *__afl_cmp_map;
 
 void complog_init(void);
@@ -7,3 +10,5 @@ void complog_instrument(const cs_insn *instr, GumStalkerIterator *iterator);
 
 gboolean complog_is_readable(void *addr, size_t size);
 
+#endif
+