diff options
| author | jacksonmj <mj-pt@jacksonmj.co.uk> | 2011-06-09 18:46:41 (GMT) |
|---|---|---|
| committer | Simon Robertshaw <simon@hardwired.org.uk> | 2011-06-11 12:00:42 (GMT) |
| commit | 93316a9f1d687a86558daef529d583f5ae2be992 (patch) | |
| tree | ae98719e4fe31f5a06a30a54208ce85ec200b5ae /src/misc.c | |
| parent | 7ae52660f58188a1bc9d8e69ff2711c6737c7e66 (diff) | |
| download | powder-93316a9f1d687a86558daef529d583f5ae2be992.zip powder-93316a9f1d687a86558daef529d583f5ae2be992.tar.gz | |
Fix a load of memory leaks
Also fix some compiler warnings (missing headers, wrong pointer type for
modf, etc) and move variable declarations for Visual Studio.
Diffstat (limited to 'src/misc.c')
| -rw-r--r-- | src/misc.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -3,6 +3,7 @@ #include <string.h> #include <regex.h> #include <sys/types.h> +#include <math.h> #include "misc.h" #include "defines.h" #include "interface.h" |
