diff options
| author | Simon <simon@hardwired.org.uk> | 2011-04-08 14:44:13 (GMT) |
|---|---|---|
| committer | Simon <simon@hardwired.org.uk> | 2011-04-08 14:44:13 (GMT) |
| commit | 9216675f41ca3a4bc663e8ebf685d2a30a4cd111 (patch) | |
| tree | 0bbb8cca4f58658a8cd5df4594b94dd6747871fa /src | |
| parent | 6c3ac2af5c7b5693bb34213c629053203cacea78 (diff) | |
| download | powder-9216675f41ca3a4bc663e8ebf685d2a30a4cd111.zip powder-9216675f41ca3a4bc663e8ebf685d2a30a4cd111.tar.gz | |
And that's the last of the warnings
Diffstat (limited to 'src')
| -rw-r--r-- | src/update.c | 1 |
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 |
