diff tools/mod2wav.c @ 1432:a9516570cc26

Improve build, so that we can build the tools and tests with minimal depencies (e.g. without libSDL linking when possible.) And this also on Win32 MinGW.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 22 Nov 2017 01:33:21 +0200
parents 5b8245e5f785
children ad3ad5d9681b
line wrap: on
line diff
--- a/tools/mod2wav.c	Wed Nov 22 01:04:41 2017 +0200
+++ b/tools/mod2wav.c	Wed Nov 22 01:33:21 2017 +0200
@@ -5,6 +5,7 @@
  *
  * Please read file 'COPYING' for information on license and distribution.
  */
+#include "dmtool.h"
 #include <stdio.h>
 #include <stdlib.h>
 #include <errno.h>