[patches] [PATCH 3/7] sql: add missing header guard to sqliteLimit.h

Vladislav Shpilevoy v.shpilevoy at tarantool.org
Wed Feb 28 22:36:50 MSK 2018


Signed-off-by: Vladislav Shpilevoy <v.shpilevoy at tarantool.org>
---
 src/box/sql/sqliteLimit.h | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/src/box/sql/sqliteLimit.h b/src/box/sql/sqliteLimit.h
index 76ca71d26..5c4fd1a41 100644
--- a/src/box/sql/sqliteLimit.h
+++ b/src/box/sql/sqliteLimit.h
@@ -1,3 +1,5 @@
+#ifndef TARANTOOL_SQL_SQLITELIMIT_H_INCLUDED
+#define TARANTOOL_SQL_SQLITELIMIT_H_INCLUDED
 /*
  * Copyright 2010-2017, Tarantool AUTHORS, please see AUTHORS file.
  *
@@ -185,3 +187,5 @@ enum {
  * 40 or stack guard will be triggered.
  */
 #define SQL_MAX_COMPILING_TRIGGERS 30
+
+#endif /* TARANTOOL_SQL_SQLITELIMIT_H_INCLUDED */
-- 
2.14.3 (Apple Git-98)




More information about the Tarantool-patches mailing list