summaryrefslogtreecommitdiff
path: root/src/update.c
diff options
context:
space:
mode:
authorSimon <simon@hardwired.org.uk>2011-04-08 14:44:13 (GMT)
committer Simon <simon@hardwired.org.uk>2011-04-08 14:44:13 (GMT)
commit9216675f41ca3a4bc663e8ebf685d2a30a4cd111 (patch)
tree0bbb8cca4f58658a8cd5df4594b94dd6747871fa /src/update.c
parent6c3ac2af5c7b5693bb34213c629053203cacea78 (diff)
downloadpowder-9216675f41ca3a4bc663e8ebf685d2a30a4cd111.zip
powder-9216675f41ca3a4bc663e8ebf685d2a30a4cd111.tar.gz
And that's the last of the warnings
Diffstat (limited to 'src/update.c')
-rw-r--r--src/update.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/update.c b/src/update.c
index 9c4f8d9..0e5be48 100644
--- a/src/update.c
+++ b/src/update.c
@@ -20,6 +20,7 @@
*/
#include <stdio.h>
+#include <stdlib.h>
#ifndef MACOSX
#include <malloc.h>
#endif