From 64acf82a3541eda697387109f9e89e3a63805ec7 Mon Sep 17 00:00:00 2001
From: Camil Staps
Date: Thu, 3 Dec 2015 19:31:25 +0100
Subject: Include guard
---
minctest.h | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/minctest.h b/minctest.h
index 260b36e..0438c9c 100644
--- a/minctest.h
+++ b/minctest.h
@@ -15,6 +15,9 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
+#ifndef MINCTEST_MINCTEST_H
+#define MINCTEST_MINCTEST_H
+
#include
#include
@@ -76,3 +79,4 @@ void test_exit(tester*);
*/
void test_true(tester* tester, bool check, const char* text);
+#endif // MINCTEST_MINCTEST_H
--
cgit v1.2.3