1 --- libxfs/crc32.c.orig 2015-07-24 04:28:04 UTC 2 +++ libxfs/crc32.c 3 @@ -33,6 +33,7 @@ 4 * match the hardware acceleration available on Intel CPUs. 5 */ 6 7 +#include <inttypes.h> 8 #include <libxfs.h> 9 #include "crc32defs.h" 10 11