Logo ROOT  
Reference Guide
PosixThreadInc.h
Go to the documentation of this file.
1/* @(#)root/thread:$Id$ */
2
3/*************************************************************************
4 * Copyright (C) 1995-2000, Rene Brun and Fons Rademakers. *
5 * All rights reserved. *
6 * *
7 * For the licensing terms see $ROOTSYS/LICENSE. *
8 * For the list of contributors see $ROOTSYS/README/CREDITS. *
9 *************************************************************************/
10
11#ifndef ROOT_PosixThreadInc
12#define ROOT_PosixThreadInc
13
14
15//////////////////////////////////////////////////////////////////////////
16// //
17// PosixThreadInc //
18// //
19// Common includes for the Posix thread implementation. //
20// //
21//////////////////////////////////////////////////////////////////////////
22
23#ifndef __CINT__
24
25#include <stdlib.h>
26#include <time.h>
27
28#endif /* __CINT__ */
29
30#endif