summaryrefslogtreecommitdiff
path: root/src/qcommon
diff options
context:
space:
mode:
author/dev/humancontroller <devhc@example.com>2015-06-18 14:16:53 +0200
committer/dev/humancontroller <devhc@example.com>2017-02-06 18:00:03 +0100
commit79670de4d78c6b6cd1e449aad985ac8dc4438b4e (patch)
tree2347c5bce300546c9065518bd1a83805ed094fa5 /src/qcommon
parent0a18fe245ad759b6a7b1f64d2cf2a775c081421c (diff)
use system libraries more properly; introduce a dependency on Minizip
remove the USE_LOCAL_HEADERS option (it was broken anyway)
Diffstat (limited to 'src/qcommon')
-rw-r--r--src/qcommon/files.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qcommon/files.c b/src/qcommon/files.c
index c4c07242..4edf0318 100644
--- a/src/qcommon/files.c
+++ b/src/qcommon/files.c
@@ -32,7 +32,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
#include "q_shared.h"
#include "qcommon.h"
-#include "unzip.h"
+#include <unzip.h>
/*
=============================================================================