poppler/Stream-CCITT.h | 5 +++++
1 file changed, 5 insertions(+)
New commits:
commit 9370f9640a24c7b944f3da7c10e070a960bdd8f9
Author: Albert Astals Cid <[email protected]>
Date: Wed Aug 31 21:01:32 2011 +0200
xpdf303: Add guards to the header
diff --git a/poppler/Stream-CCITT.h b/poppler/Stream-CCITT.h
index 43405b6..7207729 100644
--- a/poppler/Stream-CCITT.h
+++ b/poppler/Stream-CCITT.h
@@ -22,6 +22,9 @@
//
//========================================================================
+#ifndef STREAM_CCITT_H
+#define STREAM_CCITT_H
+
struct CCITTCode {
short bits;
short n;
@@ -471,3 +474,5 @@ static const CCITTCode blackTab3[64] = {
{2, 2}, {2, 2}, {2, 2}, {2, 2},
{2, 2}, {2, 2}, {2, 2}, {2, 2}
};
+
+#endif
_______________________________________________
poppler mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/poppler