Bug 779372 - Add missing USE_ZLIB. r=jorendorff

--HG--
extra : rebase_source : 806628d3e75b989548a5d06b13d43a37d326d977
This commit is contained in:
Benjamin Peterson 2012-08-01 09:56:37 -07:00
Родитель e4c2fc223c
Коммит 86fac7d3c7
1 изменённых файлов: 2 добавлений и 0 удалений

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

@ -15,7 +15,9 @@
#include "js/Utility.h"
#ifdef USE_ZLIB
#include "zlib.h"
#endif
/* Forward declarations. */
struct JSContext;