diff options
author | Sergei Golubchik <serg@mariadb.org> | 2015-10-13 00:04:51 +0200 |
---|---|---|
committer | Sergey Vojtovich <svoj@mariadb.org> | 2015-10-15 12:23:04 +0200 |
commit | 199378028430dd8e84ec10b111851d255000c2f1 (patch) | |
tree | ac48f5cccc37e77bef013f2b8ff1fae73b5198af /wsrep/wsrep_api.h | |
parent | 7454f1c54cd310455ecc49a5c9af82fad96be66f (diff) | |
download | mariadb-git-199378028430dd8e84ec10b111851d255000c2f1.tar.gz |
fix build on sol10-64
Diffstat (limited to 'wsrep/wsrep_api.h')
-rw-r--r-- | wsrep/wsrep_api.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/wsrep/wsrep_api.h b/wsrep/wsrep_api.h index c3304d7ed7c..e713be094df 100644 --- a/wsrep/wsrep_api.h +++ b/wsrep/wsrep_api.h @@ -48,7 +48,6 @@ #define WSREP_H #include <stdint.h> -#include <stdbool.h> #include <stdlib.h> #include <unistd.h> #include <time.h> |