Blame SOURCES/netpbm-cmuwtopbm.patch

4a31d1
diff -up netpbm-10.61.01/converter/pbm/cmuwmtopbm.c.cmuwtopbmfix netpbm-10.61.01/converter/pbm/cmuwmtopbm.c
4a31d1
--- netpbm-10.61.01/converter/pbm/cmuwmtopbm.c.cmuwtopbmfix	2013-01-02 18:39:57.000000000 +0100
4a31d1
+++ netpbm-10.61.01/converter/pbm/cmuwmtopbm.c	2013-01-03 05:41:36.024984241 +0100
4a31d1
@@ -18,7 +18,7 @@
4a31d1
    This program does not check the pad bits at the end of each row.
4a31d1
 */
4a31d1
 
4a31d1
-
4a31d1
+#include <stdint.h>
4a31d1
 #include "pbm.h"
4a31d1
 
4a31d1
 /*--------------------------
4a31d1
@@ -42,7 +42,7 @@ readCmuwmHeader(FILE *         const ifP
4a31d1
         "CMU window manager header EOF / read error";
4a31d1
     uint32_t const cmuwmMagic = 0xf10040bb;
4a31d1
 
4a31d1
-    long l;
4a31d1
+    uint32_t l;
4a31d1
     short s;
4a31d1
     int rc;
4a31d1