summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/m107.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/m107.h')
-rw-r--r--src/mame/includes/m107.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/mame/includes/m107.h b/src/mame/includes/m107.h
index 69e37a8f7aa..11ef9978a95 100644
--- a/src/mame/includes/m107.h
+++ b/src/mame/includes/m107.h
@@ -5,6 +5,10 @@
Irem M107 hardware
*************************************************************************/
+#ifndef MAME_INCLUDES_M107_H
+#define MAME_INCLUDES_M107_H
+
+#pragma once
#include "machine/pic8259.h"
#include "machine/timer.h"
@@ -96,3 +100,5 @@ private:
void wpksoc_io_map(address_map &map);
void wpksoc_map(address_map &map);
};
+
+#endif // MAME_INCLUDES_M107_H