From 7a6e1784fd9d33707a6d92cb459688337ed65b5e Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Wed, 1 Apr 2009 09:32:48 +0000 Subject: [PATCH] * exec/apidef.c: Include "apidef.h". git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@1979 fd59a12c-fef9-0310-b244-a6a79926bd2f --- exec/apidef.c | 1 + 1 file changed, 1 insertion(+) diff --git a/exec/apidef.c b/exec/apidef.c index 951a6a14..71480427 100644 --- a/exec/apidef.c +++ b/exec/apidef.c @@ -52,6 +52,7 @@ #include #include "service.h" #include +#include "apidef.h" LOGSYS_DECLARE_SUBSYS ("APIDEF", LOG_INFO);