Include BLI_storage.h where zlib.h is also included. Some systems need _LARGESOURCE64_FILE defined for zlib to not throw errors.

This commit is contained in:
Nathan Letwory 2010-10-22 14:04:54 +00:00
parent 65797d285f
commit dad9423dd6
2 changed files with 2 additions and 0 deletions

@ -64,6 +64,7 @@
#include "BKE_utildefines.h"
#include "BLI_blenlib.h"
#include "BLI_math.h"
#include "BLI_storage.h"
#include "BKE_blender.h"
#include "BKE_global.h"

@ -62,6 +62,7 @@
#include "BLI_kdopbvh.h"
#include "BLI_listbase.h"
#include "BLI_threads.h"
#include "BLI_storage.h" /* For _LARGEFILE64_SOURCE; zlib needs this on some systems */
#include "BKE_main.h"
#include "BKE_animsys.h"