diff options
Diffstat (limited to 'Alc/dsound.c')
-rw-r--r-- | Alc/dsound.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Alc/dsound.c b/Alc/dsound.c index d2708f0a..60977df7 100644 --- a/Alc/dsound.c +++ b/Alc/dsound.c @@ -18,6 +18,8 @@ * Or go to http://www.gnu.org/copyleft/lgpl.html */ +#include "config.h" + #include <stdlib.h> #include <stdio.h> #include <memory.h> |