diff options
author | Sergei Golubchik <sergii@pisem.net> | 2013-08-30 18:24:01 +0200 |
---|---|---|
committer | Sergei Golubchik <sergii@pisem.net> | 2013-08-30 18:24:01 +0200 |
commit | ad97ff888f0939e969ff051da8a489cef97eda3d (patch) | |
tree | 2e7bfeabff58329d582e0de5b54501544c168e70 /include/CMakeLists.txt | |
parent | c8b87ca16f05826c6801c70fb20a88a61959264e (diff) | |
download | mariadb-git-ad97ff888f0939e969ff051da8a489cef97eda3d.tar.gz |
MDEV-4960 Errors compiling php5.5.3 mysqli extension
Diffstat (limited to 'include/CMakeLists.txt')
-rw-r--r-- | include/CMakeLists.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/CMakeLists.txt b/include/CMakeLists.txt index acb187aeb63..5c1bb79c0f0 100644 --- a/include/CMakeLists.txt +++ b/include/CMakeLists.txt @@ -25,6 +25,12 @@ SET(HEADERS mysql.h mysql_com.h mysql_com_server.h + my_byteorder.h + byte_order_generic.h + byte_order_generic_x86.h + byte_order_generic_x86_64.h + little_endian.h + big_endian.h mysql_time.h ma_dyncol.h my_list.h |