modplug: Specify directory when including stdafx.h

modplug stopped exposing their directory in their pcfile, meaining
consumers accessing the headers directly fail to build.

75e9b16698/
This commit is contained in:
Iain Lane 2013-09-10 08:48:32 +00:00 committed by Sebastian Dröge
parent fb639741d7
commit fd4cb22ae4

View file

@ -54,7 +54,7 @@
#define WORDS_BIGENDIAN 0
#endif
#include <stdafx.h>
#include <libmodplug/stdafx.h>
#include <libmodplug/sndfile.h>
#include "gstmodplug.h"