summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSimon <simon@hardwired.org.uk>2011-03-30 16:35:47 (GMT)
committer Simon <simon@hardwired.org.uk>2011-03-30 16:35:47 (GMT)
commita49686215494e17922be7d9b44eac82d51e7242a (patch)
tree3c6d4fc708cc7fea9e7a8175fde63a9509848275 /src
parent03e158299768946151f1644e52884b6627b88051 (diff)
downloadpowder-a49686215494e17922be7d9b44eac82d51e7242a.zip
powder-a49686215494e17922be7d9b44eac82d51e7242a.tar.gz
import header for exe_name for use with file association
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 adb71a7..123656c 100644
--- a/src/misc.c
+++ b/src/misc.c
@@ -5,6 +5,7 @@
#include <sys/types.h>
#ifdef WIN32
#include <windows.h>
+#include "update.h"
#endif
#include "misc.h"
#include "defines.h"