summaryrefslogtreecommitdiff
path: root/include/my_global.h
diff options
context:
space:
mode:
authorVladislav Vaintroub <vvaintroub@mysql.com>2010-10-05 01:14:16 +0200
committerVladislav Vaintroub <vvaintroub@mysql.com>2010-10-05 01:14:16 +0200
commit73e139c4dd924fd796a1defd5e41901e0d43baa8 (patch)
tree2deef6be3f422a030f14677f6a74c55e72bf97f2 /include/my_global.h
parent7c4404b667df30e385829c077a3df59d83c0e755 (diff)
downloadmariadb-git-73e139c4dd924fd796a1defd5e41901e0d43baa8.tar.gz
fix compile error - #if/#endif mismatch
Diffstat (limited to 'include/my_global.h')
-rw-r--r--include/my_global.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/my_global.h b/include/my_global.h
index 5f7043c54cb..8540c3f100e 100644
--- a/include/my_global.h
+++ b/include/my_global.h
@@ -1382,6 +1382,7 @@ do { doubleget_union _tmp; \
#else
#define dlerror() "No support for dynamic loading (static build?)"
#endif
+#endif
/*