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