Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 272120
Collapse All | Expand All

(-)file_not_specified_in_diff (-3 / +3 lines)
Line  Link Here
0
-- pngrewrite.c        2008-12-07 12:09:50.000000000 +0200
0
++ pngrewrite.c        2009-06-01 22:57:12.000000000 +0300
Lines 89-95 Link Here
89
//#define PNGRW_SUPPORT_1_ARG_MODE
89
//#define PNGRW_SUPPORT_1_ARG_MODE
90
#define PNGRW_PALSORT_BY_FREQUENCY
90
#define PNGRW_PALSORT_BY_FREQUENCY
91
91
#include <png.h>
92
#include <stdio.h>
92
#include <stdio.h>
93
#include <string.h>
93
#include <string.h>
94
#include <stdlib.h>
94
#include <stdlib.h>
Lines 109-115 Link Here
109
#include <unistd.h>  /* for isatty() */
109
#include <unistd.h>  /* for isatty() */
110
#endif
110
#endif
111
#include <png.h>
111
112
struct errstruct {
112
struct errstruct {
113
       jmp_buf jbuf;
113
       jmp_buf jbuf;

Return to bug 272120