From e1532e3e475f667263d41d569a79f5e71e8b1db1 Mon Sep 17 00:00:00 2001 From: Philipp Schafft Date: Fri, 2 Nov 2018 11:30:49 +0000 Subject: [PATCH] Update: Corrected header guard --- include/igloo/igloo.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/igloo/igloo.h b/include/igloo/igloo.h index a3a959f..9355e79 100644 --- a/include/igloo/igloo.h +++ b/include/igloo/igloo.h @@ -16,8 +16,8 @@ * Boston, MA 02110-1301, USA. */ -#ifndef IGLOO_H -# define IGLOO_H 1 +#ifndef _LIBIGLOO__IGLOO_H_ +#define _LIBIGLOO__IGLOO_H_ /** * @file * Put a good description of this file here @@ -33,4 +33,4 @@ extern "C" { } #endif -#endif /* ! IGLOO_H */ +#endif /* ! _LIBIGLOO__IGLOO_H_ */