aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/gob/cdrom.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/engines/gob/cdrom.h b/engines/gob/cdrom.h
index af178208f8..6ea17e8a09 100644
--- a/engines/gob/cdrom.h
+++ b/engines/gob/cdrom.h
@@ -19,6 +19,10 @@
* $Id$
*
*/
+
+#ifndef GOB_CDROM_H
+#define GOB_CDROM_H
+
#include "gob/gob.h"
namespace Gob {
@@ -52,3 +56,5 @@ protected:
};
} // End of namespace Gob
+
+#endif