From 046ca445b85d1293437e632137dcbc879e6cab80 Mon Sep 17 00:00:00 2001 From: kapil Date: Wed, 6 May 2009 16:38:15 +0530 Subject: [PATCH] Fixed compile errors --- ext/opencv/edgedetect/gstedgedetect.h | 2 +- ext/opencv/facedetect/gstfacedetect.h | 2 +- ext/opencv/pyramidsegment/gstpyramidsegment.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ext/opencv/edgedetect/gstedgedetect.h b/ext/opencv/edgedetect/gstedgedetect.h index ceefe5127a..5931bf1b94 100644 --- a/ext/opencv/edgedetect/gstedgedetect.h +++ b/ext/opencv/edgedetect/gstedgedetect.h @@ -47,7 +47,7 @@ #define __GST_EDGEDETECT_H__ #include -#include +#include G_BEGIN_DECLS diff --git a/ext/opencv/facedetect/gstfacedetect.h b/ext/opencv/facedetect/gstfacedetect.h index 7c15cca1ce..97e9e02fc6 100644 --- a/ext/opencv/facedetect/gstfacedetect.h +++ b/ext/opencv/facedetect/gstfacedetect.h @@ -47,7 +47,7 @@ #define __GST_FACEDETECT_H__ #include -#include +#include G_BEGIN_DECLS diff --git a/ext/opencv/pyramidsegment/gstpyramidsegment.h b/ext/opencv/pyramidsegment/gstpyramidsegment.h index 7ab1f225e0..d083a62381 100644 --- a/ext/opencv/pyramidsegment/gstpyramidsegment.h +++ b/ext/opencv/pyramidsegment/gstpyramidsegment.h @@ -47,7 +47,7 @@ #define __GST_PYRAMIDSEGMENT_H__ #include -#include +#include G_BEGIN_DECLS