diff options
Diffstat (limited to 'filesystems/xfsprogs/files/patch-libxfs_crc32.c')
-rw-r--r-- | filesystems/xfsprogs/files/patch-libxfs_crc32.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/filesystems/xfsprogs/files/patch-libxfs_crc32.c b/filesystems/xfsprogs/files/patch-libxfs_crc32.c new file mode 100644 index 000000000000..32f53647b5d6 --- /dev/null +++ b/filesystems/xfsprogs/files/patch-libxfs_crc32.c @@ -0,0 +1,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" + |