]> git.ipfire.org Git - thirdparty/kmod.git/commitdiff
Fix header guard
authorLucas De Marchi <lucas.demarchi@profusion.mobi>
Tue, 27 Dec 2011 21:53:38 +0000 (19:53 -0200)
committerLucas De Marchi <lucas.demarchi@profusion.mobi>
Tue, 27 Dec 2011 21:53:38 +0000 (19:53 -0200)
tools/kmod.h

index 972a16c1a83291eded76d80d49cd204e5feb582f..af2671d04c46e98e73d025c347937305880a441a 100644 (file)
@@ -17,7 +17,8 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#ifndef _KMOD_H_
+#ifndef _KMOD_MACRO_H_
+#define _KMOD_MACRO_H_
 
 #include "macro.h"