Adding cstdlib header file inclusion

Solution to issue #42
Necessary to enable some C functions

Signed-off-by: ormorph <roma251078@mail.ru>
(cherry picked from commit c001576c18)
r14.1.x
ormorph 1 month ago committed by Michele Calgaro
parent 49db40e4a2
commit 5344e9d75c
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -37,6 +37,7 @@
#endif
#endif /* BUILD_DOCS */
#include <cstdlib>
/* top xml document */

@ -21,6 +21,7 @@
#include "files.h"
#include "utils.h"
#include "options.h"
#include <cstdlib>
static char *tempNames[2] = { NULL, NULL };

@ -27,6 +27,7 @@
#include <kstandarddirs.h>
#include <tqfileinfo.h>
#include <tqstringlist.h>
#include <cstdlib>
/* keep track of our integer/boolean options */

@ -19,6 +19,7 @@
#include "xsldbg.h"
#include "debugXSL.h"
#include "files.h"
#include <cstdlib>
/* -----------------------------------------

@ -39,6 +39,7 @@
#include "files.h"
#include "breakpoint.h"
#include "debugXSL.h"
#include <cstdlib>
#include <libxml/xmlerror.h>
#include "xsldbgmsg.h"

@ -39,6 +39,7 @@
#include <tdelocale.h>
#include <tdeglobal.h>
#include <kdebug.h>
#include <cstdlib>
/* Forward delare private functions */
static int notifyXsldbgAppSimple(XsldbgMessageEnum type, const void *data);
static int notifyStateXsldbgAppSimple(XsldbgMessageEnum type, int commandId,

Loading…
Cancel
Save