[Patch 4/8] CLD: cleanup: add #include
Pete Zaitcev <[email protected]> Wed, 14 Apr 2010 12:34:31 -0600
| Newsgroups | org.kernel.vger.hail-devel |
|---|---|
| Message-ID | <[email protected]> |
A prototype is not included again. Signed-off-by: Pete Zaitcev <[email protected]> --- 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 <errno.h> #include <glib.h> #include <cld-private.h> +#include <cld_common.h> #include "cld_msg_rpc.h" /* duplicated from tools/cldcli.c; put in common header somewhere? */