X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=images%2Fio-main.c;h=c2975842c3e7076b2e4e8162250c865a39c4d660;hb=1cf8ac51f5495ccd5187dc220ffc69e95d6e0cfc;hp=3d02a9e5e8aecee0f0f27616f794666216f6ef24;hpb=bf5edbdd5b56a0d2e239e96dd476c7a9a562506a;p=libucw.git diff --git a/images/io-main.c b/images/io-main.c index 3d02a9e5..c2975842 100644 --- a/images/io-main.c +++ b/images/io-main.c @@ -9,8 +9,8 @@ #undef LOCAL_DEBUG -#include "lib/lib.h" -#include "lib/mempool.h" +#include "ucw/lib.h" +#include "ucw/mempool.h" #include "images/images.h" #include "images/error.h" #include "images/io-main.h" @@ -52,7 +52,7 @@ libungif_failed: #endif #ifdef CONFIG_IMAGES_LIBPNG libpng_cleanup(io); -libpng_failed: +libpng_failed: #endif #ifdef CONFIG_IMAGES_LIBJPEG libjpeg_cleanup(io);