summaryrefslogtreecommitdiff
path: root/ndb/tools
diff options
context:
space:
mode:
authortomas@poseidon.ndb.mysql.com <>2004-10-22 15:13:06 +0000
committertomas@poseidon.ndb.mysql.com <>2004-10-22 15:13:06 +0000
commit48f1ee6acf927bd7ade4449b926bc30a9fb7bea3 (patch)
tree970f1db953c94bd1c912f55e5a0f962292ac854e /ndb/tools
parentc21b47540f7cee82d71807d2d41cde7b7a51be46 (diff)
downloadmariadb-git-48f1ee6acf927bd7ade4449b926bc30a9fb7bea3.tar.gz
AIX compile fixes
Diffstat (limited to 'ndb/tools')
-rw-r--r--ndb/tools/waiter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ndb/tools/waiter.cpp b/ndb/tools/waiter.cpp
index c27b46c9356..6dcea6ccc48 100644
--- a/ndb/tools/waiter.cpp
+++ b/ndb/tools/waiter.cpp
@@ -15,8 +15,8 @@
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
+#include <ndb_global.h>
#include <mgmapi.h>
-#include <string.h>
#include <NdbMain.h>
#include <NdbOut.hpp>
#include <NdbSleep.h>