Compilation fix for Mac OS.

This commit is contained in:
Moritz Bunkus 2005-02-27 10:49:27 +00:00
parent 512c4ef2d2
commit b525b53a5a

View File

@ -17,7 +17,7 @@
#include <stdio.h>
#include <stdarg.h>
#include <malloc.h>
#include <stdlib.h>
#include <string.h>
#if defined(SYS_WINDOWS)