diff tools/packed.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 4bca92dd7280
children 8fb4e8c825d6
line wrap: on
line diff
--- a/tools/packed.c	Wed Nov 22 01:04:41 2017 +0200
+++ b/tools/packed.c	Wed Nov 22 01:33:21 2017 +0200
@@ -3,12 +3,12 @@
  * Programmed and designed by Matti 'ccr' Hamalainen
  * (C) Copyright 2011 Tecnic Software productions (TNSP)
  */
+#include "dmtool.h"
 #include "dmlib.h"
 #include "dmargs.h"
 #include "dmpack.h"
 #include "dmfile.h"
 #include "dmres.h"
-#include "dmmutex.h"
 #include <zlib.h>