Skip to content

Commit 18c59bd

Browse files
committed
Bug#21024340: fixed a platform dependency
1 parent 9ce5984 commit 18c59bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/item_func.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
#include "sql_time.h" // TIME_from_longlong_packed
4444
#include "strfunc.h" // find_type
4545
#include "item_json_func.h" // Item_func_json_quote
46-
#include "auth\password_policy_int.h"
46+
#include "auth/password_policy_int.h"
4747

4848
using std::min;
4949
using std::max;

0 commit comments

Comments
 (0)