summaryrefslogtreecommitdiff
path: root/scope.h
diff options
context:
space:
mode:
Diffstat (limited to 'scope.h')
-rw-r--r--scope.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/scope.h b/scope.h
index 7a1f97e..a0a536d 100644
--- a/scope.h
+++ b/scope.h
@@ -53,6 +53,9 @@
*
********************************************** */
+#ifndef XSCOPE_SCOPE_H
+#define XSCOPE_SCOPE_H
+
#include <X11/Xos.h>
#include <X11/Xfuncs.h>
#include <stdio.h>
@@ -130,3 +133,4 @@ extern char ScopeEnabled;
extern long TranslateText;
+#endif /* XSCOPE_SCOPE_H */