1
0
mirror of https://github.com/adtools/clib2.git synced 2025-12-08 14:59:05 +00:00

- The timeval definition should work with OS 3.1 compatible header files again.

git-svn-id: file:///Users/olsen/Code/migration-svn-zu-git/logical-line-staging/clib2/trunk@14735 87f5fb63-7c3d-0410-a384-fd976d0f7a62
This commit is contained in:
Olaf Barthel
2004-09-29 10:15:57 +00:00
parent 51e20cee1d
commit a048eadf09

View File

@ -1,5 +1,5 @@
/*
* $Id: time.h,v 1.6 2004-09-10 07:39:20 obarthel Exp $
* $Id: time.h,v 1.7 2004-09-29 10:15:57 obarthel Exp $
*
* :ts=4
*
@ -77,6 +77,9 @@ extern "C" {
#include <devices/timer.h>
#endif /* DEVICES_TIMER_H */
/* Assume that the 'struct timeval' definition is now in place. */
#define __TIMEVAL_ALREADY_DEFINED
/****************************************************************************/
#endif /* INCLUDE_VERSION */