aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/oss.c
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2008-01-16 14:09:04 -0800
committerChris Robinson <[email protected]>2008-01-16 14:09:04 -0800
commit6735fc791148222689c0c6b42d7ca5132fcd340c (patch)
tree1023b808c821c5cb8ab078846042b12ddf51fbb0 /Alc/oss.c
parentbe34dbe608b2e1a2d8239f00ad5ee0c2a902178d (diff)
Add missing config.h includes
Diffstat (limited to 'Alc/oss.c')
-rw-r--r--Alc/oss.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/Alc/oss.c b/Alc/oss.c
index 299146b2..2fc7c36d 100644
--- a/Alc/oss.c
+++ b/Alc/oss.c
@@ -18,6 +18,8 @@
* Or go to http://www.gnu.org/copyleft/lgpl.html
*/
+#include "config.h"
+
#include <sys/ioctl.h>
#include <sys/types.h>
#include <sys/stat.h>