From 8083a64f7a01b2edb2eb63355ac5b652455e1de5 Mon Sep 17 00:00:00 2001 From: LRN Date: Thu, 19 Mar 2009 15:37:17 -0700 Subject: modplug: Use correct header file modplug's sndfile.h conflicts with libsndfile's sndfile.h, so we'll access it directly using modplug/sndfile.h. Fixes #573849 Signed-off-by: David Schleef --- ext/modplug/gstmodplug.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/modplug/gstmodplug.cc b/ext/modplug/gstmodplug.cc index 822285f5..b928ccd1 100644 --- a/ext/modplug/gstmodplug.cc +++ b/ext/modplug/gstmodplug.cc @@ -44,7 +44,7 @@ #endif #include -#include +#include #include "gstmodplug.h" -- cgit v1.2.1