Skip to content
Snippets Groups Projects
Commit 591446df authored by Rene Brun's avatar Rene Brun
Browse files

Fix fatal error when compiling with gcc4.3 (stdlib.h missing)

git-svn-id: http://root.cern.ch/svn/root/trunk@23407 27541ba8-7e3a-0410-8455-c3a389f83636
parent 708d23d2
Branches
Tags
No related merge requests found
...@@ -12,6 +12,7 @@ ...@@ -12,6 +12,7 @@
#include "TQRootApplication.h" #include "TQRootApplication.h"
#include "TSystem.h" #include "TSystem.h"
#include <stdlib.h>
bool TQRootApplication::fgDebug=kFALSE; bool TQRootApplication::fgDebug=kFALSE;
bool TQRootApplication::fgWarning=kFALSE; bool TQRootApplication::fgWarning=kFALSE;
......
...@@ -9,6 +9,7 @@ ...@@ -9,6 +9,7 @@
* For the list of contributors see $ROOTSYS/README/CREDITS. * * For the list of contributors see $ROOTSYS/README/CREDITS. *
*************************************************************************/ *************************************************************************/
#include <stdlib.h>
#include "qevent.h" #include "qevent.h"
#include "qdialog.h" #include "qdialog.h"
#include "qpushbutton.h" #include "qpushbutton.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment