From 5eee15f92592d51e4c4801e2668ef6a008b165e4 Mon Sep 17 00:00:00 2001
From: Andrei Karas <akaras@inbox.ru>
Date: Tue, 20 Jun 2017 18:56:39 +0300
Subject: Add guard header into localconsts.h

---
 src/localconsts.h | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/src/localconsts.h b/src/localconsts.h
index ef667dfd9..bbc5f632d 100644
--- a/src/localconsts.h
+++ b/src/localconsts.h
@@ -18,6 +18,9 @@
  *  along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
+#ifndef LOCALCONSTS_H
+#define LOCALCONSTS_H
+
 #define ENABLEDEBUGLOG 1
 
 #define CAST_8 static_cast<char>
@@ -405,3 +408,5 @@ UTILS_PERFOMANCE_H  // guard for protect previous include
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif  // HAVE_CONFIG_H
+
+#endif  // LOCALCONSTS_H
-- 
cgit v1.2.3-70-g09d2