From de24b26c99aaa1c35d9c878572fb4847c82e50ac Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Wed, 4 Jun 2014 19:24:08 +0200 Subject: add inclusion guard to update-warnings.h MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- src/test/update-warnings.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/test/update-warnings.h') diff --git a/src/test/update-warnings.h b/src/test/update-warnings.h index 05cf242..989f6a2 100644 --- a/src/test/update-warnings.h +++ b/src/test/update-warnings.h @@ -15,6 +15,9 @@ * You should have received a copy of the GNU General Public License * along with this library. If not, see . */ +#ifndef LIBGAMMA_TEST_UPDATE_WARNINGS_H +#define LIBGAMMA_TEST_UPDATE_WARNINGS_H + #include @@ -58,3 +61,6 @@ # endif #endif + +#endif + -- cgit v1.2.3-70-g09d2