]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
added stdlib.h for exit
authorfca <fca@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 2 Nov 1999 11:26:39 +0000 (11:26 +0000)
committerfca <fca@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 2 Nov 1999 11:26:39 +0000 (11:26 +0000)
TOF/AliTOFv3.cxx

index 49b26faad59b85ecd35dadc22b07a662bd6db4a9..b1d8d33425480ef08170f2e93e6b9dda5f3d0870 100644 (file)
@@ -15,6 +15,9 @@
 
 /*
 $Log$
+Revision 1.12  1999/11/01 20:41:57  fca
+Added protections against using the wrong version of FRAME
+
 Revision 1.11  1999/10/22 08:04:14  fca
 Correct improper use of negative parameters
 
@@ -55,6 +58,8 @@ Introduction of the Copyright and cvs Log
 //                                                                           //
 ///////////////////////////////////////////////////////////////////////////////
 
+#include <stdlib.h>
+
 #include "AliTOFv3.h"
 #include "AliRun.h"
 #include "AliConst.h"