[lvm-devel] [PATCH 2/3] cmirror: add missing include

Fabio M. Di Nitto fdinitto at redhat.com
Fri Sep 11 06:26:38 UTC 2009


otherwise the build fails because the pid file is not defined.

Signed-off-by: Fabio M. Di Nitto <fdinitto at redhat.com>
---
:100644 100644 bfb74fa... d277803... M	daemons/cmirrord/clogd.c
 daemons/cmirrord/clogd.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/daemons/cmirrord/clogd.c b/daemons/cmirrord/clogd.c
index bfb74fa..d277803 100644
--- a/daemons/cmirrord/clogd.c
+++ b/daemons/cmirrord/clogd.c
@@ -9,6 +9,9 @@
  * along with this program; if not, write to the Free Software Foundation,
  * Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  */
+
+#include "configure.h"
+
 #include <stdio.h>
 #include <stdlib.h>
 #include <stdint.h>
-- 
1.5.4.3




More information about the lvm-devel mailing list