diff options
author | 2014-08-24 08:42:23 +0000 | |
---|---|---|
committer | 2014-08-24 08:42:23 +0000 | |
commit | 9ffe9e8bbaf66fbfe851a2b0abc29aa21c493ac3 (patch) | |
tree | a4b8dd63ee374766f5535b833a751a994e3cba5c /src/emu/bus/plus4/sid.h | |
parent | a1c421704f5d90ecd90692e2ab9e241ab0ea2b0d (diff) |
I had to split this commit in two pieces because "svn move" does not like when you move a folder
and then you add a new folder with the original name of the one you moved. the tree will compile
again with next commit. nw.
Diffstat (limited to 'src/emu/bus/plus4/sid.h')
-rw-r--r-- | src/emu/bus/plus4/sid.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/bus/plus4/sid.h b/src/emu/bus/plus4/sid.h index 830a2fe0f42..5a4f327ec99 100644 --- a/src/emu/bus/plus4/sid.h +++ b/src/emu/bus/plus4/sid.h @@ -16,7 +16,7 @@ #include "emu.h" #include "exp.h" -#include "bus/vcs/ctrl.h" +#include "bus/vcs_ctrl/ctrl.h" #include "sound/dac.h" #include "sound/mos6581.h" |