00001 /* @(#)root/thread:$Id: PosixThreadInc.h 29797 2009-08-17 14:35:51Z rdm $ */ 00002 00003 /************************************************************************* 00004 * Copyright (C) 1995-2000, Rene Brun and Fons Rademakers. * 00005 * All rights reserved. * 00006 * * 00007 * For the licensing terms see $ROOTSYS/LICENSE. * 00008 * For the list of contributors see $ROOTSYS/README/CREDITS. * 00009 *************************************************************************/ 00010 00011 #ifndef ROOT_PosixThreadInc 00012 #define ROOT_PosixThreadInc 00013 00014 00015 ////////////////////////////////////////////////////////////////////////// 00016 // // 00017 // PosixThreadInc // 00018 // // 00019 // Common includes for the Posix thread implementation. // 00020 // // 00021 ////////////////////////////////////////////////////////////////////////// 00022 00023 #ifndef __CINT__ 00024 00025 #include <stdlib.h> 00026 #include <time.h> 00027 00028 #endif /* __CINT__ */ 00029 00030 #endif