diff options
Diffstat (limited to 'ndb/src/rep/RepMain.cpp')
-rw-r--r-- | ndb/src/rep/RepMain.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ndb/src/rep/RepMain.cpp b/ndb/src/rep/RepMain.cpp index e00f6c0040c..f454832bda8 100644 --- a/ndb/src/rep/RepMain.cpp +++ b/ndb/src/rep/RepMain.cpp @@ -14,8 +14,8 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ +#include <ndb_global.h> #include <assert.h> -#include <stdlib.h> #include <NdbApiSignal.hpp> #include <getarg.h> |