Files
bsdports/system/xfsprogs/files/patch-repair_phase3.c
2019-12-26 07:26:06 +00:00

11 lines
251 B
C

--- repair/phase3.c.orig 2015-07-24 04:28:04 UTC
+++ repair/phase3.c
@@ -16,6 +16,7 @@
* Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/
+#include <inttypes.h>
#include <libxfs.h>
#include "threads.h"
#include "prefetch.h"