diff src/audiocompress/audacious-glue.c @ 528:4d8b92b55acf trunk

[svn] - add config.h includes where needed
author nenolod
date Mon, 22 Jan 2007 18:53:19 -0800
parents d124034ebea3
children cd1cb9e3dd68
line wrap: on
line diff
--- a/src/audiocompress/audacious-glue.c	Mon Jan 22 18:41:17 2007 -0800
+++ b/src/audiocompress/audacious-glue.c	Mon Jan 22 18:53:19 2007 -0800
@@ -2,6 +2,10 @@
 ** Audacious effect plugin for AudioCompress
 */
 
+#ifdef HAVE_CONFIG_H
+# include "../../config.h"
+#endif
+
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>