diff options
Diffstat (limited to 'ndb/include/mgmcommon/MgmtErrorReporter.hpp')
-rw-r--r-- | ndb/include/mgmcommon/MgmtErrorReporter.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ndb/include/mgmcommon/MgmtErrorReporter.hpp b/ndb/include/mgmcommon/MgmtErrorReporter.hpp index acc44b14d8e..925d9e6407a 100644 --- a/ndb/include/mgmcommon/MgmtErrorReporter.hpp +++ b/ndb/include/mgmcommon/MgmtErrorReporter.hpp @@ -22,8 +22,8 @@ //****************************************************************************** +#include <ndb_global.h> // exit #include <NdbOut.hpp> -#include <stdlib.h> // exit #define REPORT_WARNING(message) \ ndbout << "WARNING: " << message << endl |