summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2007-10-24 21:36:29 +0000
committerMarcel Holtmann <marcel@holtmann.org>2007-10-24 21:36:29 +0000
commit3de478447168a2520e1c69f59abe47353cefa065 (patch)
tree27d157036723801b2f90e1d25f20d5b58783928a
parente65e4ac6f2c8a4a5b5276f2ad23d20bf7feb44de (diff)
Don't forget to include the config options
-rw-r--r--audio/gstsbcutil.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/audio/gstsbcutil.c b/audio/gstsbcutil.c
index 783a2d92..c795aedc 100644
--- a/audio/gstsbcutil.c
+++ b/audio/gstsbcutil.c
@@ -21,6 +21,10 @@
*
*/
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
#include "ipc.h"
#include "gstsbcutil.h"