comparison src/audiocompress/audacious-glue.c @ 1811:3e2480ad8cfc

Automated merge with ssh://hg.atheme.org//hg/audacious-plugins
author William Pitcock <nenolod@atheme.org>
date Mon, 24 Sep 2007 13:00:53 -0500
parents f1b594fa80ce 562e7f9bb661
children
comparison
equal deleted inserted replaced
1810:f1b594fa80ce 1811:3e2480ad8cfc
1 /* audacious-glue.c 1 /* audacious-glue.c
2 ** Audacious effect plugin for AudioCompress 2 ** Audacious effect plugin for AudioCompress
3 */ 3 */
4 4
5 #include "../../config.h" 5 #include <config.h>
6 6
7 #include <stdio.h> 7 #include <stdio.h>
8 #include <stdlib.h> 8 #include <stdlib.h>
9 #include <string.h> 9 #include <string.h>
10 #include <gtk/gtk.h> 10 #include <gtk/gtk.h>