diff options
author | Simon Howard | 2009-06-12 00:23:33 +0000 |
---|---|---|
committer | Simon Howard | 2009-06-12 00:23:33 +0000 |
commit | 0f5de61b743fdf05335436c1c71b4b488870483f (patch) | |
tree | 43eca2de9916341a75148e681e73fff20299d9e8 /pcsound/pcsound.c | |
parent | ec03448333ca4c1d996dcb2b9c9ac01522a271bd (diff) | |
parent | 43748a366a4bc5494c15995273bfe158530e03de (diff) | |
download | chocolate-doom-0f5de61b743fdf05335436c1c71b4b488870483f.tar.gz chocolate-doom-0f5de61b743fdf05335436c1c71b4b488870483f.tar.bz2 chocolate-doom-0f5de61b743fdf05335436c1c71b4b488870483f.zip |
Merge from trunk.
Subversion-branch: /branches/raven-branch
Subversion-revision: 1596
Diffstat (limited to 'pcsound/pcsound.c')
-rw-r--r-- | pcsound/pcsound.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/pcsound/pcsound.c b/pcsound/pcsound.c index 09ef2752..4695e6e1 100644 --- a/pcsound/pcsound.c +++ b/pcsound/pcsound.c @@ -27,7 +27,10 @@ #include <stdlib.h> #include <string.h> -#include "SDL_getenv.h" +#ifdef _WIN32_WCE +#include "libc_wince.h" +#endif + #include "config.h" #include "pcsound.h" #include "pcsound_internal.h" |