summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/suna8.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/suna8.h')
-rw-r--r--src/mame/includes/suna8.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/mame/includes/suna8.h b/src/mame/includes/suna8.h
index 6b55fe81c88..9a6f0347dc0 100644
--- a/src/mame/includes/suna8.h
+++ b/src/mame/includes/suna8.h
@@ -1,5 +1,9 @@
// license:BSD-3-Clause
// copyright-holders:Luca Elia
+#ifndef MAME_INCLUDES_SUNA8_H
+#define MAME_INCLUDES_SUNA8_H
+
+#pragma once
#include "machine/gen_latch.h"
#include "machine/timer.h"
@@ -213,3 +217,5 @@ private:
#endif
output_finder<2> m_leds;
};
+
+#endif // MAME_INCLUDES_SUNA8_H