summaryrefslogtreecommitdiff
path: root/include/wsrep.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/wsrep.h')
-rw-r--r--include/wsrep.h4
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