From 872c9bc39c8b8ec0a76452cc32a6091c0b3bb513 Mon Sep 17 00:00:00 2001 From: Olaf Barthel Date: Fri, 15 Jul 2005 14:31:37 +0000 Subject: [PATCH] - now also includes and . git-svn-id: file:///Users/olsen/Code/migration-svn-zu-git/logical-line-staging/clib2/trunk@15012 87f5fb63-7c3d-0410-a384-fd976d0f7a62 --- library/changes | 2 ++ library/include/sys/types.h | 14 +++++++++++++- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/library/changes b/library/changes index 4457660..801bb7d 100644 --- a/library/changes +++ b/library/changes @@ -65,6 +65,8 @@ file altogether. Note that in this case you would have to build your own software using common TCP/IP SDK header files. +- now also includes and . + c.lib 1.193 (4.6.2005) diff --git a/library/include/sys/types.h b/library/include/sys/types.h index 4efac94..be8db94 100644 --- a/library/include/sys/types.h +++ b/library/include/sys/types.h @@ -1,5 +1,5 @@ /* - * $Id: types.h,v 1.4 2005-02-20 15:46:57 obarthel Exp $ + * $Id: types.h,v 1.5 2005-07-15 14:31:37 obarthel Exp $ * * :ts=4 * @@ -61,6 +61,18 @@ typedef unsigned int uid_t; /****************************************************************************/ +#ifndef _TIME_H +#include +#endif /* _TIME_H */ + +/****************************************************************************/ + +#ifndef _STDDEF_H +#include +#endif /* _STDDEF_H */ + +/****************************************************************************/ + #ifdef __cplusplus } #endif /* __cplusplus */