summaryrefslogtreecommitdiff
path: root/pcsound/pcsound.c
diff options
context:
space:
mode:
authorSimon Howard2009-06-08 18:15:57 +0000
committerSimon Howard2009-06-08 18:15:57 +0000
commita91a1c60f544d26195c2df9dd9cd1ef042deacf9 (patch)
treececca880c5d57a153f3aed17daa934c00195fae6 /pcsound/pcsound.c
parentbdeaec12d0f79c5cd15b49105a11988ac5ec545c (diff)
downloadchocolate-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/pcsound.c')
-rw-r--r--pcsound/pcsound.c1
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"