From 0345e9e83bd16b39fffecd3bda584996f642b8cd Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Tue, 2 Mar 2010 19:17:55 +0100 Subject: Remove dependency on libfitz.a from cmapdump. --- fitz/fitz_base.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'fitz/fitz_base.h') diff --git a/fitz/fitz_base.h b/fitz/fitz_base.h index 18326eea..78efea49 100644 --- a/fitz/fitz_base.h +++ b/fitz/fitz_base.h @@ -2,6 +2,9 @@ * Include the basic standard libc headers. */ +#ifndef _FITZ_BASE_H_ +#define _FITZ_BASE_H_ + #include #include #include @@ -319,3 +322,6 @@ fz_error fz_newscaledpixmap(fz_pixmap **dstp, int w, int h, int n, int xdenom, i fz_error fz_scalepixmaptile(fz_pixmap *dstp, int xoffs, int yoffs, fz_pixmap *tile, int xdenom, int ydenom); +#endif + + -- cgit v1.2.3