include filename.h even when zlib support hasn't been compiled in
This commit is contained in:
parent
4c578d3ccb
commit
fadea1bedb
|
|
@ -16,11 +16,10 @@
|
|||
#define DOWNLOAD_UTILS_H
|
||||
|
||||
#include "pandabase.h"
|
||||
#include "filename.h"
|
||||
|
||||
#ifdef HAVE_ZLIB
|
||||
|
||||
#include "filename.h"
|
||||
|
||||
BEGIN_PUBLISH
|
||||
|
||||
EXPCL_PANDAEXPRESS unsigned long check_crc(Filename name);
|
||||
|
|
|
|||
Loading…
Reference in New Issue