summaryrefslogtreecommitdiff
path: root/src/misc.c
diff options
context:
space:
mode:
authorjacksonmj <mj-pt@jacksonmj.co.uk>2011-04-14 17:41:41 (GMT)
committer Simon <simon@hardwired.org.uk>2011-04-16 16:26:29 (GMT)
commit466a6b2ccbfb68a37d69843fcfac0c67bf980a78 (patch)
tree12f26748596a13c3c2d7c9fd503173b936587bdd /src/misc.c
parent24808344f459f854c2f90e8c586da0619b23226b (diff)
downloadpowder-466a6b2ccbfb68a37d69843fcfac0c67bf980a78.zip
powder-466a6b2ccbfb68a37d69843fcfac0c67bf980a78.tar.gz
Whoops, missing header for exe_name
Diffstat (limited to 'src/misc.c')
-rw-r--r--src/misc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/misc.c b/src/misc.c
index 1295596..13dbdf6 100644
--- a/src/misc.c
+++ b/src/misc.c
@@ -9,6 +9,7 @@
#include "graphics.h"
#include "powder.h"
#include <icondoc.h>
+#include <update.h>
#if defined WIN32
#include <windows.h>
#else