Skip to content

Commit

Permalink
Fix include file path for ma_io.h
Browse files Browse the repository at this point in the history
  • Loading branch information
9EOR9 committed Sep 27, 2023
1 parent 9a0ddd8 commit 0e7082f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/mariadb_rpl.h
Expand Up @@ -22,7 +22,7 @@ extern "C" {
#endif

#include <stdint.h>
#include <mariadb/ma_io.h>
#include <ma_io.h>

#define MARIADB_RPL_VERSION 0x0002
#define MARIADB_RPL_REQUIRED_VERSION 0x0002
Expand Down

0 comments on commit 0e7082f

Please sign in to comment.