summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorFacialTurd <simon@hardwired.org.uk>2011-01-29 17:42:01 (GMT)
committer FacialTurd <simon@hardwired.org.uk>2011-01-29 17:42:01 (GMT)
commitd61efca4e565939f90656916bba7fb4f88dd9ae5 (patch)
tree5e38252b622de318370ddbc3295a5a65799d8432 /src
parent7522e95a9d7103d73b93538b233f67416e6d0921 (diff)
downloadpowder-d61efca4e565939f90656916bba7fb4f88dd9ae5.zip
powder-d61efca4e565939f90656916bba7fb4f88dd9ae5.tar.gz
Missing header for CM_COUNT
Diffstat (limited to 'src')
-rw-r--r--src/misc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/misc.c b/src/misc.c
index 59ffc0e..d5b57c5 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__)