]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commitdiff
Fix build for FreeBSD
authorBarry Naujok <bnaujok@sgi.com>
Mon, 22 Oct 2007 15:50:34 +0000 (15:50 +0000)
committerBarry Naujok <bnaujok@sgi.com>
Mon, 22 Oct 2007 15:50:34 +0000 (15:50 +0000)
Merge of master-melb:xfs-cmds:29935a by kenmcd.

  Fix build for FreeBSD

libxfs/freebsd.c

index a6278d736c1b4c574dd0f117acf3cfa6045d39bd..63a88ba59faa95616010ccdb91ba27c7cb161dc1 100644 (file)
@@ -21,6 +21,7 @@
 #include <sys/disk.h>
 #include <sys/mount.h>
 #include <sys/ioctl.h>
+#include <sys/sysctl.h>
 
 int platform_has_uuid = 1;
 extern char *progname;