From 6bc184d279ea9c7c7ca0b9c83f8e4d519d6ea047 Mon Sep 17 00:00:00 2001 From: Sven Verdoolaege Date: Fri, 27 Aug 2010 19:10:27 +0200 Subject: [PATCH] isl_vertices_private.h: protect against multiple inclusions Signed-off-by: Sven Verdoolaege --- isl_vertices_private.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/isl_vertices_private.h b/isl_vertices_private.h index 34f4e8ce..37e64075 100644 --- a/isl_vertices_private.h +++ b/isl_vertices_private.h @@ -1,3 +1,6 @@ +#ifndef ISL_VERTICES_PRIVATE_H +#define ISL_VERTICES_PRIVATE_H + #include #include @@ -64,3 +67,5 @@ __isl_give isl_vertices *isl_morph_vertices(__isl_take struct isl_morph *morph, #if defined(__cplusplus) } #endif + +#endif -- 2.11.4.GIT