mirror of
https://github.com/id-Software/DOOM-3-BFG.git
synced 2024-12-04 01:41:40 +00:00
fix zlib include path in zip.h
This commit is contained in:
parent
c47e78d6f3
commit
19effdad2c
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ extern "C" {
|
||||||
//#define HAVE_BZIP2
|
//#define HAVE_BZIP2
|
||||||
|
|
||||||
#ifndef _ZLIB_H
|
#ifndef _ZLIB_H
|
||||||
#include "../../libs/zlib/zlib.h"
|
#include "../zlib.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef _ZLIBIOAPI_H
|
#ifndef _ZLIBIOAPI_H
|
||||||
|
|
Loading…
Reference in a new issue