From 45823185e7e085e13509940ea234c8843dd9e5d6 Mon Sep 17 00:00:00 2001 From: Steven Dake Date: Sun, 9 Sep 2007 06:46:41 +0000 Subject: [PATCH] Missing stdlib.h from lcr_ifact.c. git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@1434 fd59a12c-fef9-0310-b244-a6a79926bd2f --- lcr/lcr_ifact.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lcr/lcr_ifact.c b/lcr/lcr_ifact.c index 2343d2f8..2267b7ff 100644 --- a/lcr/lcr_ifact.c +++ b/lcr/lcr_ifact.c @@ -42,6 +42,7 @@ #include "lcr_comp.h" #include "lcr_ifact.h" #include "../include/hdb.h" +#include struct lcr_component_instance { struct lcr_iface *ifaces;