diff options
author | Chris Robinson <[email protected]> | 2008-01-16 14:09:04 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2008-01-16 14:09:04 -0800 |
commit | 6735fc791148222689c0c6b42d7ca5132fcd340c (patch) | |
tree | 1023b808c821c5cb8ab078846042b12ddf51fbb0 /OpenAL32/alState.c | |
parent | be34dbe608b2e1a2d8239f00ad5ee0c2a902178d (diff) |
Add missing config.h includes
Diffstat (limited to 'OpenAL32/alState.c')
-rw-r--r-- | OpenAL32/alState.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenAL32/alState.c b/OpenAL32/alState.c index ee3281ec..c577ea8d 100644 --- a/OpenAL32/alState.c +++ b/OpenAL32/alState.c @@ -18,6 +18,8 @@ * Or go to http://www.gnu.org/copyleft/lgpl.html */ +#include "config.h" + #include <stdlib.h> #include "alMain.h" #include "AL/alc.h" |