aboutsummaryrefslogtreecommitdiffstats
path: root/code/qcommon/unzip.c
diff options
context:
space:
mode:
authortma <tma@edf5b092-35ff-0310-97b2-ce42778d08ea>2008-08-22 22:47:26 +0000
committertma <tma@edf5b092-35ff-0310-97b2-ce42778d08ea>2008-08-22 22:47:26 +0000
commit599347b9c9b448d03dc58fc95df88267c744aa29 (patch)
tree75a70a2c16d7fcc77a747d532b7be4a38709cf0a /code/qcommon/unzip.c
parent6e6bab9af628a899fca58dffc42c2ebb09eceb69 (diff)
downloadioquake3-aero-599347b9c9b448d03dc58fc95df88267c744aa29.tar.gz
ioquake3-aero-599347b9c9b448d03dc58fc95df88267c744aa29.zip
* (bug #3729) server dependencies on client.h (Ben Millwood)
* (bug #3731) BUILD_MISSIONPACK flag in Makefile (Gabriel Schnoering <gabriel.schnoering@gmail.com>) * (bug #3756) Q3VM crashes on unaligned block copy with SIGBUS (Patrick Baggett <baggett.patrick@figglesoftware.com>) and... * (bug #3755) IOQuake3 shouldn't use GCC-specific __FUNCTION__ git-svn-id: svn://svn.icculus.org/quake3/trunk@1456 edf5b092-35ff-0310-97b2-ce42778d08ea
Diffstat (limited to 'code/qcommon/unzip.c')
-rw-r--r--code/qcommon/unzip.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/code/qcommon/unzip.c b/code/qcommon/unzip.c
index 7daf271..90f5354 100644
--- a/code/qcommon/unzip.c
+++ b/code/qcommon/unzip.c
@@ -7,7 +7,8 @@
*
*****************************************************************************/
-#include "../client/client.h"
+#include "../qcommon/q_shared.h"
+#include "../qcommon/qcommon.h"
#include "unzip.h"
/* unzip.h -- IO for uncompress .zip files using zlib