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

(-)a/jpeg/jpeg.c (+7 lines)
Lines 53-58 Link Here
53
 */
53
 */
54
54
55
#include "tkimg.h"
55
#include "tkimg.h"
56
#ifndef FALSE
57
#define FALSE 0
58
#endif
59
#ifndef TRUE
60
#define TRUE 1
61
#endif
62
#define HAVE_BOOLEAN
56
#include "jpegtcl.h"
63
#include "jpegtcl.h"
57
64
58
static int SetupJPegLibrary(Tcl_Interp *interp);
65
static int SetupJPegLibrary(Tcl_Interp *interp);

Return to bug 520886