]> git.sesse.net Git - vlc/commitdiff
Zip (skins2): fix compilation (wrong #include)
authorJean-Philippe Andre <jpeg@via.ecp.fr>
Sat, 14 Feb 2009 11:24:58 +0000 (19:24 +0800)
committerJean-Philippe Andre <jpeg@via.ecp.fr>
Sat, 14 Feb 2009 11:25:52 +0000 (19:25 +0800)
For people who don't have libminizip

modules/gui/skins2/src/theme_loader.hpp

index 5a5beceeefc6fd5fb5b9d4b4a7ce293ef97df5f5..42e69cfa0844e1fa0c5db08a76435cc85caa1b55 100644 (file)
@@ -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