Changes to compile under Windows (thanks Fade)

This commit is contained in:
Rumble 2013-08-24 17:56:48 -04:00
parent 841a39a2f7
commit c255d299bb
5 changed files with 429 additions and 7 deletions

View file

@ -14,6 +14,7 @@
/* protect our calloc() and free() calls from recursive redefinition: */
#define ZMALLOC_H
#include "conf.h"
#include <stdio.h>
#include <stdlib.h>
#include <string.h>