From d61efca4e565939f90656916bba7fb4f88dd9ae5 Mon Sep 17 00:00:00 2001 From: FacialTurd Date: Sat, 29 Jan 2011 09:42:01 -0800 Subject: [PATCH] Missing header for CM_COUNT --- src/misc.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/misc.c b/src/misc.c index 59ffc0e9d..d5b57c560 100644 --- a/src/misc.c +++ b/src/misc.c @@ -5,6 +5,7 @@ #include "defines.h" #include "interface.h" #include "graphics.h" +#include "powder.h" //Signum function #if defined(WIN32) && !defined(__GNUC__)