summaryrefslogtreecommitdiff
path: root/ndb/include/ndb_global.h
diff options
context:
space:
mode:
authorunknown <tomas@mc05.(none)>2004-05-07 08:39:42 +0200
committerunknown <tomas@mc05.(none)>2004-05-07 08:39:42 +0200
commiteef6e474ad04f8f6c57735396a0d833bafeaa726 (patch)
tree3ab627029960d3dc4eecaa863f6cac3d29c87ac0 /ndb/include/ndb_global.h
parent789adced2bb4d72f3bf2cdf66870a11718d9cf95 (diff)
downloadmariadb-git-eef6e474ad04f8f6c57735396a0d833bafeaa726.tar.gz
introduced ndb_global.h/my_global.h to replace sytem lib includes e.g. stdio, stdlib
Diffstat (limited to 'ndb/include/ndb_global.h')
-rw-r--r--ndb/include/ndb_global.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/ndb/include/ndb_global.h b/ndb/include/ndb_global.h
index eb52ea4268f..a1aa292a2f6 100644
--- a/ndb/include/ndb_global.h
+++ b/ndb/include/ndb_global.h
@@ -1,3 +1,6 @@
#include <my_global.h>
-/*#include <my_config.h>*/
-
+#include <m_string.h>
+#include <m_ctype.h>
+#include <ndb_types.h>
+#include <ctype.h>
+#include <sys/param.h>