summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/nds.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/nds.h')
-rw-r--r--src/mame/includes/nds.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/mame/includes/nds.h b/src/mame/includes/nds.h
index 89a91b2cfd5..6a7d36a0842 100644
--- a/src/mame/includes/nds.h
+++ b/src/mame/includes/nds.h
@@ -1,8 +1,9 @@
// license:BSD-3-Clause
// copyright-holders:Ryan Holtz, R. Belmont
#pragma once
-#ifndef INCLUDES_NDS_H
-#define INCLUDES_NDS_H
+
+#ifndef MAME_INCLUDES_NDS_H
+#define MAME_INCLUDES_NDS_H
#include "cpu/arm7/arm7.h"
#include "cpu/arm7/arm7core.h"