From 3c795a87634bd8cdeebf885879a4452f434ef167 Mon Sep 17 00:00:00 2001 From: Romain Goyet Date: Fri, 18 Mar 2016 17:03:18 +0100 Subject: [PATCH] Fix the guardian Change-Id: I14af6937fecfbe90ab053594e1269fcbc3681b1c --- liba/include/math.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/liba/include/math.h b/liba/include/math.h index 83aa8a33e..b68e1bf5f 100644 --- a/liba/include/math.h +++ b/liba/include/math.h @@ -1,5 +1,5 @@ -#ifndef LIBA_ASSERT_H -#define LIBA_ASSERT_H +#ifndef LIBA_MATH_H +#define LIBA_MATH_H #include "private/macros.h"