diff options
Diffstat (limited to 'ext/mikmod/mikmod_types.c')
-rw-r--r-- | ext/mikmod/mikmod_types.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/ext/mikmod/mikmod_types.c b/ext/mikmod/mikmod_types.c index 8c4045d8..f583d082 100644 --- a/ext/mikmod/mikmod_types.c +++ b/ext/mikmod/mikmod_types.c @@ -16,7 +16,11 @@ * Free Software Foundation, Inc., 59 Temple Place - Suite 330, * Boston, MA 02111-1307, USA. */ - + +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #include <gst/gst.h> #include "mikmod_types.h" #include <string.h> /* memcmp */ |