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

10 lines
242 B
C

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