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