/*	types.h

	Types for dealing with time.

	Copyright (c) Borland International 1987,1988
	All Rights Reserved.
*/

#ifndef  __TIME_T
#define  __TIME_T
typedef long	time_t;
#endif
