diff src/Output/esd/init.c @ 6:7cac35581bd0 trunk

[svn] - only check for -lossaudio if have_oss is true (otherwise libESD is broken on many platforms) - make ESD build
author nenolod
date Mon, 18 Sep 2006 02:28:00 -0700
parents 13389e613d67
children
line wrap: on
line diff
--- a/src/Output/esd/init.c	Mon Sep 18 02:22:03 2006 -0700
+++ b/src/Output/esd/init.c	Mon Sep 18 02:28:00 2006 -0700
@@ -19,7 +19,7 @@
 #include <string.h>
 #include <esd.h>
 
-#include <libaudacious/configdb.h>
+#include <audacious/configdb.h>
 
 #include "esdout.h"