diff options
author | Simon Howard | 2009-06-08 18:15:57 +0000 |
---|---|---|
committer | Simon Howard | 2009-06-08 18:15:57 +0000 |
commit | a91a1c60f544d26195c2df9dd9cd1ef042deacf9 (patch) | |
tree | cecca880c5d57a153f3aed17daa934c00195fae6 /pcsound | |
parent | bdeaec12d0f79c5cd15b49105a11988ac5ec545c (diff) | |
download | chocolate-doom-a91a1c60f544d26195c2df9dd9cd1ef042deacf9.tar.gz chocolate-doom-a91a1c60f544d26195c2df9dd9cd1ef042deacf9.tar.bz2 chocolate-doom-a91a1c60f544d26195c2df9dd9cd1ef042deacf9.zip |
Use SDL's getenv/putenv implementation, and populate at startup.
Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 1577
Diffstat (limited to 'pcsound')
-rw-r--r-- | pcsound/pcsound.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pcsound/pcsound.c b/pcsound/pcsound.c index 0746e24e..09ef2752 100644 --- a/pcsound/pcsound.c +++ b/pcsound/pcsound.c @@ -27,6 +27,7 @@ #include <stdlib.h> #include <string.h> +#include "SDL_getenv.h" #include "config.h" #include "pcsound.h" #include "pcsound_internal.h" |