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 <ds@schleef.org>
This commit is contained in:
LRN 2009-03-19 15:37:17 -07:00 committed by David Schleef
parent f5c083c89f
commit d4ff7292fd

View file

@ -44,7 +44,7 @@
#endif
#include <stdafx.h>
#include <sndfile.h>
#include <libmodplug/sndfile.h>
#include "gstmodplug.h"