summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/powerins.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/powerins.h')
-rw-r--r--src/mame/includes/powerins.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mame/includes/powerins.h b/src/mame/includes/powerins.h
index 0a89cbc0483..81189214703 100644
--- a/src/mame/includes/powerins.h
+++ b/src/mame/includes/powerins.h
@@ -1,5 +1,8 @@
// license:BSD-3-Clause
// copyright-holders:Luca Elia
+#ifndef MAME_INCLUDES_POWERINS_H
+#define MAME_INCLUDES_POWERINS_H
+
#include "emupal.h"
#include "screen.h"
@@ -64,3 +67,5 @@ private:
void powerinsa_oki_map(address_map &map);
void powerinsb_sound_io_map(address_map &map);
};
+
+#endif // MAME_INCLUDES_POWERINS_H