From cd3b56ffa1955b6a78c7b35c72b16a37cb0fb3a6 Mon Sep 17 00:00:00 2001 From: Barry Naujok Date: Mon, 22 Oct 2007 15:50:34 +0000 Subject: [PATCH] Fix build for FreeBSD Merge of master-melb:xfs-cmds:29935a by kenmcd. Fix build for FreeBSD --- libxfs/freebsd.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libxfs/freebsd.c b/libxfs/freebsd.c index a6278d736..63a88ba59 100644 --- a/libxfs/freebsd.c +++ b/libxfs/freebsd.c @@ -21,6 +21,7 @@ #include #include #include +#include int platform_has_uuid = 1; extern char *progname; -- 2.47.2