Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 361319 | Differences between
and this patch

Collapse All | Expand All

(-)a/codec/convert.c (+1 lines)
Lines 47-52 Link Here
47
#ifdef _WIN32
47
#ifdef _WIN32
48
#include "../libs/png/png.h"
48
#include "../libs/png/png.h"
49
#else
49
#else
50
#include <zlib.h>
50
#include <png.h>
51
#include <png.h>
51
#endif /* _WIN32 */
52
#endif /* _WIN32 */
52
#endif /* HAVE_LIBPNG */
53
#endif /* HAVE_LIBPNG */

Return to bug 361319