diff options
Diffstat (limited to 'ext/mikmod/drv_gst.c')
-rw-r--r-- | ext/mikmod/drv_gst.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ext/mikmod/drv_gst.c b/ext/mikmod/drv_gst.c index 122de610..83d475ba 100644 --- a/ext/mikmod/drv_gst.c +++ b/ext/mikmod/drv_gst.c @@ -1,3 +1,7 @@ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #include <stdlib.h> #include "gstmikmod.h" |