From: Barry Naujok Date: Mon, 22 Oct 2007 15:50:34 +0000 (+0000) Subject: Fix build for FreeBSD X-Git-Tag: v2.10.0~24 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=cd3b56ffa1955b6a78c7b35c72b16a37cb0fb3a6;p=thirdparty%2Fxfsprogs-dev.git Fix build for FreeBSD Merge of master-melb:xfs-cmds:29935a by kenmcd. Fix build for FreeBSD --- 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;