summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/mcatadv.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/mcatadv.h')
-rw-r--r--src/mame/includes/mcatadv.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/mame/includes/mcatadv.h b/src/mame/includes/mcatadv.h
index 8507b4f404f..3ba72fcffc9 100644
--- a/src/mame/includes/mcatadv.h
+++ b/src/mame/includes/mcatadv.h
@@ -1,5 +1,9 @@
// license:BSD-3-Clause
// copyright-holders:Paul Priest, David Haywood
+#ifndef MAME_INCLUDES_MCATADV_H
+#define MAME_INCLUDES_MCATADV_H
+
+#pragma once
#include "machine/watchdog.h"
#include "emupal.h"
@@ -64,3 +68,5 @@ private:
void nost_sound_io_map(address_map &map);
void nost_sound_map(address_map &map);
};
+
+#endif // MAME_INCLUDES_MCATADV_H