diff options
author | Jordi Vilalta Prat | 2009-02-15 08:34:13 +0000 |
---|---|---|
committer | Jordi Vilalta Prat | 2009-02-15 08:34:13 +0000 |
commit | 003317e89d890944fc12e622190aa916aad6418c (patch) | |
tree | 321c42b2dd44c66cf1eaf7f71b19e3fc57944931 /engines/sci/sfx/softseq/SN76496.c | |
parent | 1ef23afe6b0441393b6b43ee136552e887c80707 (diff) | |
download | scummvm-rg350-003317e89d890944fc12e622190aa916aad6418c.tar.gz scummvm-rg350-003317e89d890944fc12e622190aa916aad6418c.tar.bz2 scummvm-rg350-003317e89d890944fc12e622190aa916aad6418c.zip |
SCI: Get rid of the include directory hack (it compiles but it doesn't link yet)
svn-id: r38201
Diffstat (limited to 'engines/sci/sfx/softseq/SN76496.c')
-rw-r--r-- | engines/sci/sfx/softseq/SN76496.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/sci/sfx/softseq/SN76496.c b/engines/sci/sfx/softseq/SN76496.c index cb32b89f0c..6ecd72bf9e 100644 --- a/engines/sci/sfx/softseq/SN76496.c +++ b/engines/sci/sfx/softseq/SN76496.c @@ -28,8 +28,8 @@ ***************************************************************************/ /* Tandy/PCJr sequencer for FreeSCI */ -#include "../softseq.h" -#include <sci_midi.h> +#include "sci/sfx/softseq.h" +#include "sci/include/sci_midi.h" #define FREQUENCY 44100 #define CHANNELS_NR 3 |