]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - filter/rastertolabel.c
Import changes from CUPS 1.5svn-r9085.
[thirdparty/cups.git] / filter / rastertolabel.c
index dd9420c64b1121e56c8ba87914af932a8e473277..e69008917a88b2bccffa0da531e4274d63f0a638 100644 (file)
@@ -31,6 +31,7 @@
  */
 
 #include <cups/cups.h>
+#include <cups/ppd.h>
 #include <cups/string-private.h>
 #include <cups/language-private.h>
 #include <cups/raster.h>
@@ -1057,8 +1058,8 @@ ZPLCompress(char repeat_char,             /* I - Character to repeat */
   {
    /*
     * Print as many z's as possible - they are the largest denomination
-    * representing 400 characters (zC stands for 400 adjacent C's)     
-    */ 
+    * representing 400 characters (zC stands for 400 adjacent C's)
+    */
 
     while (repeat_count >= 400)
     {