mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 02:21:15 +02:00
11 lines
223 B
C
11 lines
223 B
C
--- 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"
|
|
|