Commit 179d42c3 authored by Jean-Philippe Andre's avatar Jean-Philippe Andre

Zip (skins2): fix compilation (wrong #include)

For people who don't have libminizip
parent 866ee8d7
......@@ -28,7 +28,7 @@
#include "skin_common.hpp"
#include <string>
#if defined( HAVE_ZLIB_H )
# include "../unzip/unzip.h"
# include "unzip.h"
#endif
class ThemeLoader: public SkinObject
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment