From: Lucas De Marchi Date: Tue, 27 Dec 2011 21:53:38 +0000 (-0200) Subject: Fix header guard X-Git-Tag: v3~44 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bcb812275e95abe078eef1c12270183173a229f3;p=thirdparty%2Fkmod.git Fix header guard --- diff --git a/tools/kmod.h b/tools/kmod.h index 972a16c1..af2671d0 100644 --- a/tools/kmod.h +++ b/tools/kmod.h @@ -17,7 +17,8 @@ * along with this program. If not, see . */ -#ifndef _KMOD_H_ +#ifndef _KMOD_MACRO_H_ +#define _KMOD_MACRO_H_ #include "macro.h"