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

11 lines
246 B
C

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