Fix build against recent zlib

Armin Burgmeier 2012-01-09 21:28:07 +01:00
parent c502ff6091
commit a5db0007c6
1 changed files with 4 additions and 0 deletions

View File

@ -16,6 +16,10 @@
#define ZLIB_INTERNAL
#include "zlib.h"
#ifndef OF
# define OF _Z_OF
#endif
#ifdef STDC
# ifndef _WIN32_WCE
# include <stddef.h>