diff options
Diffstat (limited to 'sql/replication.h')
-rw-r--r-- | sql/replication.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/replication.h b/sql/replication.h index 5e9c09adf31..1c83025e1d6 100644 --- a/sql/replication.h +++ b/sql/replication.h @@ -16,6 +16,8 @@ #ifndef REPLICATION_H #define REPLICATION_H +#include <mysql.h> + typedef struct st_mysql MYSQL; #ifdef __cplusplus |