From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pete Zaitcev Subject: [Patch 4/8] CLD: cleanup: add #include Date: Wed, 14 Apr 2010 12:34:31 -0600 Message-ID: <20100414123431.200e3054@redhat.com> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: Sender: hail-devel-owner@vger.kernel.org List-ID: Content-Type: text/plain; charset="us-ascii" To: jeff@garzik.org Cc: Project Hail List A prototype is not included again. Signed-off-by: Pete Zaitcev --- lib/common.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/common.c b/lib/common.c index fb0aae6..e399ec9 100644 --- a/lib/common.c +++ b/lib/common.c @@ -26,6 +26,7 @@ #include #include #include +#include #include "cld_msg_rpc.h" /* duplicated from tools/cldcli.c; put in common header somewhere? */