diff options
author | Sergei Golubchik <serg@mariadb.org> | 2014-09-25 23:00:45 +0200 |
---|---|---|
committer | Sergei Golubchik <serg@mariadb.org> | 2014-10-01 23:38:27 +0200 |
commit | 3620910eeac8f118c9a6cb8a1c0ec23e56fb5d98 (patch) | |
tree | d08462d84d10324bd05836c968288d8ab1739e11 /include/wsrep.h | |
parent | b04f848176b0d8af41eb3627ba1b6ed4dd3327e3 (diff) | |
download | mariadb-git-3620910eeac8f118c9a6cb8a1c0ec23e56fb5d98.tar.gz |
cleanup: galera merge, simple changes
Diffstat (limited to 'include/wsrep.h')
-rw-r--r-- | include/wsrep.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/wsrep.h b/include/wsrep.h index 9e0f052b340..443806e4c64 100644 --- a/include/wsrep.h +++ b/include/wsrep.h @@ -13,8 +13,10 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ +#include <my_config.h> + #ifndef WSREP_INCLUDED -#define WSERP_INCLUDED +#define WSREP_INCLUDED #ifdef WITH_WSREP #define IF_WSREP(A,B) A |