summaryrefslogtreecommitdiff
path: root/ndb/tools/list_tables/listTables.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ndb/tools/list_tables/listTables.cpp')
-rw-r--r--ndb/tools/list_tables/listTables.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/ndb/tools/list_tables/listTables.cpp b/ndb/tools/list_tables/listTables.cpp
index c14808050c6..41433862304 100644
--- a/ndb/tools/list_tables/listTables.cpp
+++ b/ndb/tools/list_tables/listTables.cpp
@@ -21,8 +21,9 @@
*
*/
-#include <stdarg.h>
+#include <ndb_global.h>
#include <getarg.h>
+
#include <NdbApi.hpp>
#include <NDBT.hpp>