ports/sysutils/xfsprogs/files/patch-repair_phase4.c
2017-05-12 20:27:52 +00:00

10 lines
251 B
C

--- repair/phase4.c.orig 2015-07-24 04:28:04 UTC
+++ repair/phase4.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"