summaryrefslogtreecommitdiff
blob: 8fabd9952cc49a38fc309f6aca58fa1e07cc25d9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
https://bugs.gentoo.org/692644

--- a/include/mysql.h.pp
+++ b/include/mysql.h.pp
@@ -175,7 +175,7 @@ struct rand_struct {
   unsigned long seed1, seed2, max_value;
   double max_value_dbl;
 };
-#include <mysql/udf_registration_types.h>
+#include "mysql/udf_registration_types.h"
 enum Item_result {
   INVALID_RESULT = -1,
   STRING_RESULT = 0,
--- a/include/mysql_com.h
+++ b/include/mysql_com.h
@@ -1002,7 +1002,7 @@ struct rand_struct {
 };
 
 /* Include the types here so existing UDFs can keep compiling */
-#include <mysql/udf_registration_types.h>
+#include "mysql/udf_registration_types.h"
 
 /**
   @addtogroup group_cs_compresson_constants Constants when using compression