diff options
Diffstat (limited to 'src/emu/driver.c')
-rw-r--r-- | src/emu/driver.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/driver.c b/src/emu/driver.c index c22ca41b735..201268c4622 100644 --- a/src/emu/driver.c +++ b/src/emu/driver.c @@ -9,7 +9,7 @@ ***************************************************************************/ -#include "driver.h" +#include "emu.h" #include <ctype.h> |