From 32b15eebb78d51a062c84ce3ae6bd10fb2b907ec Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Wed, 30 Jul 2014 14:33:57 +0200 Subject: [PATCH] Extended types: Fix name of the guard macro --- ucw/xtypes.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ucw/xtypes.h b/ucw/xtypes.h index 82407e1d..19a41609 100644 --- a/ucw/xtypes.h +++ b/ucw/xtypes.h @@ -7,8 +7,8 @@ * of the GNU Lesser General Public License. */ -#ifndef _UCW_XTYPE_H -#define _UCW_XTYPE_H +#ifndef _UCW_XTYPES_H +#define _UCW_XTYPES_H #ifdef CONFIG_UCW_CLEAN_ABI #define xt_bool ucw_xt_bool -- 2.39.2