diff --git a/library/changes b/library/changes index 21c935e..0e3bceb 100644 --- a/library/changes +++ b/library/changes @@ -1,3 +1,10 @@ +c.lib 1.200 + +- added include to sys/socket.h due to latest "TimeVal" change + in the OS4 SDK. Otherwise "struct timeval" will not be defined at the time + the of the netincludes will be included by . + + c.lib 1.199 (6.3.2006) - In MAXPATHLEN is now equivalent to PATH_MAX (from ), diff --git a/library/include/sys/socket.h b/library/include/sys/socket.h index 788eead..020e92f 100644 --- a/library/include/sys/socket.h +++ b/library/include/sys/socket.h @@ -1,5 +1,5 @@ /* - * $Id: socket.h,v 1.5 2006-01-08 12:06:14 obarthel Exp $ + * $Id: socket.h,v 1.6 2006-04-04 21:59:13 damato Exp $ * * :ts=4 * @@ -55,6 +55,10 @@ #include #endif /* _SYS_UIO_H_ */ +#ifndef _SYS_TIME_H +#include +#endif /* _SYS_TIME_H */ + /****************************************************************************/ #ifdef __cplusplus