From: Martin Mares Date: Wed, 30 Jul 2014 12:33:57 +0000 (+0200) Subject: Extended types: Fix name of the guard macro X-Git-Tag: v6.1~3^2~15 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=32b15eebb78d51a062c84ce3ae6bd10fb2b907ec;p=libucw.git Extended types: Fix name of the guard macro --- 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