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

9 lines
180 B
C

--- repair/progress.c.orig 2015-07-24 04:28:04 UTC
+++ repair/progress.c
@@ -1,4 +1,5 @@
+#include <inttypes.h>
#include <libxfs.h>
#include "globals.h"
#include "progress.h"