From b02c6bde6d76283440eb10ea4e043ccb0b614792 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Thu, 26 May 2016 09:26:09 +0100 Subject: [PATCH] symm/stub.h.in: Add include guard around header. Most Catacomb public headers do this, so the stubs ought to too. --- symm/stub.h.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/symm/stub.h.in b/symm/stub.h.in index 72531948..4fb42ba1 100644 --- a/symm/stub.h.in +++ b/symm/stub.h.in @@ -10,6 +10,8 @@ #ifndef CATACOMB_@{name:u}_H #define CATACOMB_@{name:u}_H -#include "@base.h" +#ifndef CATACOMB_@{base:u}_H +# include "@base.h" +#endif #endif -- 2.11.0