about summary refs log tree commit diff
path: root/frida_mode/include/ranges.h
diff options
context:
space:
mode:
Diffstat (limited to 'frida_mode/include/ranges.h')
-rw-r--r--frida_mode/include/ranges.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/frida_mode/include/ranges.h b/frida_mode/include/ranges.h
index a021f35c..f652eb8a 100644
--- a/frida_mode/include/ranges.h
+++ b/frida_mode/include/ranges.h
@@ -1,6 +1,11 @@
+#ifndef _RANGES_H
+#define _RANGES_H
+
 #include "frida-gum.h"
 
 void ranges_init(void);
 
 gboolean range_is_excluded(gpointer address);
 
+#endif
+