summaryrefslogtreecommitdiff
path: root/sql/sql_priv.h
diff options
context:
space:
mode:
Diffstat (limited to 'sql/sql_priv.h')
-rw-r--r--sql/sql_priv.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sql/sql_priv.h b/sql/sql_priv.h
index cc67fa9c010..eeefd3cac04 100644
--- a/sql/sql_priv.h
+++ b/sql/sql_priv.h
@@ -23,8 +23,8 @@
except the part which must be in the server and in the client.
*/
-#ifndef MYSQL_PRIV_H
-#define MYSQL_PRIV_H
+#ifndef SQL_PRIV_INCLUDED
+#define SQL_PRIV_INCLUDED
#ifndef MYSQL_CLIENT
@@ -262,4 +262,4 @@ inline int hexchar_to_int(char c)
#endif /* MYSQL_CLIENT */
-#endif /* MYSQL_PRIV_H */
+#endif /* SQL_PRIV_INCLUDED */