aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/dm/console.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/engines/dm/console.h b/engines/dm/console.h
index 96fb677fd4..8ee4857d8d 100644
--- a/engines/dm/console.h
+++ b/engines/dm/console.h
@@ -27,7 +27,8 @@
#include "gui/debugger.h"
-
+#ifndef DM_CONSOLE_H
+#define DM_CONSOLE_H
namespace DM {
@@ -52,3 +53,5 @@ public:
};
}
+
+#endif