diff options
author | Stef Walter <stef@thewalter.net> | 2004-08-23 22:50:10 +0000 |
---|---|---|
committer | Stef Walter <stef@thewalter.net> | 2004-08-23 22:50:10 +0000 |
commit | 82d27b14e9e3ac81e7fd37092806ef6ad685683b (patch) | |
tree | 0d6402dca7099f16865f19577786e8a8a581bdb8 /common | |
parent | ff26b4137c6dc3d622336e725bd6f5630b301027 (diff) |
Fixes for windows
Diffstat (limited to 'common')
-rw-r--r-- | common/binfile.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/binfile.c b/common/binfile.c index fa0a120..778b50e 100644 --- a/common/binfile.c +++ b/common/binfile.c @@ -18,7 +18,7 @@ */ #include <stdio.h> #include <string.h> -#include <malloc.h> +#include <stdlib.h> #include "binfile.h" #define BF_FILE 0x00000010 |