From 904e8060f9df55c74868559a342eb67324facb61 Mon Sep 17 00:00:00 2001 From: Nathan Scott Date: Wed, 8 Feb 2006 05:03:06 +0000 Subject: [PATCH] Fix compilation for non-Linux builds (thanks to FreeBSD folks). Merge of master-melb:xfs-cmds:25141a by kenmcd. --- quota/report.c | 1 + 1 file changed, 1 insertion(+) diff --git a/quota/report.c b/quota/report.c index f9d56de25..332c3cc16 100644 --- a/quota/report.c +++ b/quota/report.c @@ -17,6 +17,7 @@ */ #include +#include #include #include #include -- 2.47.2