From 755244fd9921637b3a3de947c40d878117a3cf2a Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Fri, 31 Jul 2009 13:45:27 +0200 Subject: [PATCH 1/1] Change include cpp var name --- index/indexplugin.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index/indexplugin.h b/index/indexplugin.h index b79867e..1251dbf 100644 --- a/index/indexplugin.h +++ b/index/indexplugin.h @@ -17,8 +17,8 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ -#ifndef INDEXPLUGINH -#define INDEXPLUGINH +#ifndef ZEBRA_INDEXPLUGINH +#define ZEBRA_INDEXPLUGINH #include "index.h" -- 1.7.10.4