diff options
author | Sergei Golubchik <serg@mariadb.org> | 2022-12-28 12:10:38 +0100 |
---|---|---|
committer | Sergei Golubchik <serg@mariadb.org> | 2023-01-02 00:04:03 +0100 |
commit | 8760f6907c51e0e20242a53188be5b62029d6f1a (patch) | |
tree | 95c94e1460d2292a65357cadaa28cc0c3164dcf4 /include | |
parent | ca23558a0561856cc7f3c1ab5db4025102482380 (diff) | |
download | mariadb-git-8760f6907c51e0e20242a53188be5b62029d6f1a.tar.gz |
MDEV-30102 file missing in development libraries
move mariadb_capi_rename.h out of private server headers,
because it's included by mysql.h which is not private.
Diffstat (limited to 'include')
-rw-r--r-- | include/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/CMakeLists.txt b/include/CMakeLists.txt index a7b98a11050..9a3f820e62f 100644 --- a/include/CMakeLists.txt +++ b/include/CMakeLists.txt @@ -25,6 +25,7 @@ SET(HEADERS mysql.h mysql_com.h mysql_com_server.h + mariadb_capi_rename.h pack.h my_byteorder.h byte_order_generic.h |