From 12538b834956ad7f570736b0b5af40e2413ed697 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Thu, 11 Oct 2012 12:45:01 +1000 Subject: include: add inclusion guards to xorg-gtest.h Signed-off-by: Peter Hutterer --- include/xorg/gtest/xorg-gtest.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/include/xorg/gtest/xorg-gtest.h b/include/xorg/gtest/xorg-gtest.h index a61bc35..ccb3caa 100644 --- a/include/xorg/gtest/xorg-gtest.h +++ b/include/xorg/gtest/xorg-gtest.h @@ -25,6 +25,9 @@ * ******************************************************************************/ +#ifndef __XORG_GTEST_H +#define __XORG_GTEST_H + #include "xorg-gtest-environment.h" #include "xorg-gtest-process.h" #include "xorg-gtest-xserver.h" @@ -39,3 +42,5 @@ "TESTCASE:\n" \ message \ "\n::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::\n"); + +#endif -- cgit v1.2.3