mirror of https://github.com/aria2/aria2
Fix redeclaration warning on opensolaris
parent
91e0fdbc24
commit
3616b75e8a
|
@ -36,10 +36,10 @@
|
|||
#ifndef D_GZIP_FILE_H
|
||||
#define D_GZIP_FILE_H
|
||||
|
||||
#include <zlib.h>
|
||||
|
||||
#include "IOFile.h"
|
||||
|
||||
#include <zlib.h>
|
||||
|
||||
namespace aria2 {
|
||||
|
||||
class GZipFile: public IOFile {
|
||||
|
|
Loading…
Reference in New Issue