mirror of
https://git.freebsd.org/ports.git
synced 2025-05-05 16:07:38 -04:00
10 lines
264 B
C
10 lines
264 B
C
--- repair/xfs_repair.c.orig 2015-07-24 04:28:04 UTC
|
|
+++ repair/xfs_repair.c
|
|
@@ -16,6 +16,7 @@
|
|
* Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
|
*/
|
|
|
|
+#include <inttypes.h>
|
|
#include <xfs/libxlog.h>
|
|
#include <sys/resource.h>
|
|
#include "avl.h"
|