diff --git a/OOSound.h b/OOSound.h index 413758b0..2222eeb2 100644 --- a/OOSound.h +++ b/OOSound.h @@ -10,6 +10,6 @@ // Dylan Smith, 2005-04-22 #ifdef LINUX -#import "OOAlsaSound.h" +#import "SDLSound.h" #endif diff --git a/OOSound.m b/OOSound.m index 138a6378..0d3f1160 100644 --- a/OOSound.m +++ b/OOSound.m @@ -10,6 +10,6 @@ // Dylan Smith, 2005-04-22 #ifdef LINUX -#import "OOAlsaSound.m" +#import "SDLSound.m" #endif