Bug 534426. Use our zlib.h, not system zlib.h. r=jfkthame

This commit is contained in:
Robert O'Callahan 2009-12-16 09:09:00 +13:00
Родитель 926cc0af8a
Коммит 42cb415b08
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -40,7 +40,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <zlib.h>
#include "zlib.h"
#ifdef WOFF_MOZILLA_CLIENT /* define this when building as part of Gecko */
# include "prmem.h"