attempt to fix windows build

This commit is contained in:
punkrockguy318 2008-07-23 02:34:43 +00:00
parent 8359434381
commit 04f13170e2
1 changed files with 4 additions and 0 deletions

View File

@ -30,6 +30,10 @@
#include <zlib.h> #include <zlib.h>
#endif #endif
#ifdef WIN32
#include <drivers/win/archive.h>
#endif
#include "types.h" #include "types.h"
#include "file.h" #include "file.h"
#include "utils/endian.h" #include "utils/endian.h"