diff options
author | tomas@poseidon.ndb.mysql.com <> | 2004-10-22 15:13:06 +0000 |
---|---|---|
committer | tomas@poseidon.ndb.mysql.com <> | 2004-10-22 15:13:06 +0000 |
commit | 48f1ee6acf927bd7ade4449b926bc30a9fb7bea3 (patch) | |
tree | 970f1db953c94bd1c912f55e5a0f962292ac854e /ndb/tools | |
parent | c21b47540f7cee82d71807d2d41cde7b7a51be46 (diff) | |
download | mariadb-git-48f1ee6acf927bd7ade4449b926bc30a9fb7bea3.tar.gz |
AIX compile fixes
Diffstat (limited to 'ndb/tools')
-rw-r--r-- | ndb/tools/waiter.cpp | 2 |
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> |