diff options
author | 2010-01-06 21:09:25 +0000 | |
---|---|---|
committer | 2010-01-06 21:09:25 +0000 | |
commit | 5be4dc8d54d0477346290a2fa5b3d27a6b3590b5 (patch) | |
tree | cd489d025b05e754ce1525bf21a36c5f25efd243 /src/emu/romload.c | |
parent | 5373335acaed149655be371051e77852a994bdd0 (diff) |
Added some missing header declarations and static qualifiers. Added validity.h to the core for consistency as well as an explicit foo.h in each foo.c. [Atari Ace]
---------- Forwarded message ----------
From: Atari Ace <atari_ace@verizon.net>
Date: Sat, Dec 26, 2009 at 5:01 PM
Subject: [patch] Header/static cleanups
To: submit@mamedev.org
Cc: atariace@hotmail.com
- Hide quoted text -
Hi mamedev,
This patch add some missing header declarations and static qualifiers,
and adjusts a few names. In the core, it adds validity.h for
consistency as well as an explicit foo.h in each foo.c.
~aa
Diffstat (limited to 'src/emu/romload.c')
-rw-r--r-- | src/emu/romload.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/emu/romload.c b/src/emu/romload.c index 08b1dfd00df..a16453abe6a 100644 --- a/src/emu/romload.c +++ b/src/emu/romload.c @@ -16,6 +16,7 @@ #include "harddisk.h" #include "config.h" #include "ui.h" +#include "romload.h" #define LOG_LOAD 0 |