modplug: Specify directory when including stdafx.h
authorIain Lane <iain.lane@canonical.com>
Tue, 10 Sep 2013 08:48:32 +0000 (08:48 +0000)
committerSebastian Dröge <slomo@circular-chaos.org>
Tue, 10 Sep 2013 09:08:24 +0000 (11:08 +0200)
modplug stopped exposing their directory in their pcfile, meaining
consumers accessing the headers directly fail to build.

http://sourceforge.net/p/modplug-xmms/git/ci/75e9b166982ed637b59ef7cbc1835a09f768923e/

ext/modplug/gstmodplug.cc

index 47154cf594b7e3892069fef258623b8fe291764d..a968c4a48a1f0657c0d06d92cc2ac5c4810d76e0 100644 (file)
@@ -54,7 +54,7 @@
 #define WORDS_BIGENDIAN 0
 #endif
 
-#include <stdafx.h>
+#include <libmodplug/stdafx.h>
 #include <libmodplug/sndfile.h>
 
 #include "gstmodplug.h"