summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIain Lane <iain.lane@canonical.com>2013-09-10 08:48:32 +0000
committerSebastian Dröge <slomo@circular-chaos.org>2013-09-10 11:08:40 +0200
commit591c257c5e012d4a98ef98dd64256c72888f3a3f (patch)
tree3e17b30ec022d694d0e7c5e7404e7d7acb7886de
parent9f9f2ce9af43390e5f09d43b774d3d347f6ed7be (diff)
modplug: Specify directory when including stdafx.h
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/
-rw-r--r--ext/modplug/gstmodplug.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/modplug/gstmodplug.cc b/ext/modplug/gstmodplug.cc
index c7b2bd1ec..b91d6cf24 100644
--- a/ext/modplug/gstmodplug.cc
+++ b/ext/modplug/gstmodplug.cc
@@ -54,7 +54,7 @@
#define WORDS_BIGENDIAN 0
#endif
-#include <stdafx.h>
+#include <libmodplug/stdafx.h>
#include <libmodplug/sndfile.h>
#include "gstmodplug.h"