]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commitdiff
Fix compilation for non-Linux builds (thanks to FreeBSD folks).
authorNathan Scott <nathans@sgi.com>
Wed, 8 Feb 2006 05:03:06 +0000 (05:03 +0000)
committerNathan Scott <nathans@sgi.com>
Wed, 8 Feb 2006 05:03:06 +0000 (05:03 +0000)
Merge of master-melb:xfs-cmds:25141a by kenmcd.

quota/report.c

index f9d56de25a795fcfb7c5c749628899f84317d874..332c3cc16bfc67db00a24b6c48d0506450d4b0c7 100644 (file)
@@ -17,6 +17,7 @@
  */
 
 #include <xfs/command.h>
+#include <sys/types.h>
 #include <pwd.h>
 #include <grp.h>
 #include <utmp.h>