opnsense-ports/filesystems/xfsprogs/files/patch-repair_progress.c
Franco Fichtner a2caadc357 */*: sync with upstream
Taken from: FreeBSD
2024-11-07 11:56:40 +01:00

8 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"