version 1.2 | version 1.3 | |||
---|---|---|---|---|
|
| |||
/* | /* | |||
* static char *rcsid_includes_h = | * static char *rcsid_includes_h = | |||
* "$Id: includes.h,v 1.2 1999/07/13 06:02:52 cvs Exp $"; | * "$Id: includes.h,v 1.3 2001/03/29 07:46:49 mwedel Exp $"; | |||
*/ | */ | |||
/* | /* | |||
|
| |||
#include <sys/time.h> | #include <sys/time.h> | |||
#endif | #endif | |||
#ifdef HAVE_TIME_H | ||||
#include <time.h> | ||||
#endif | ||||
/* stddef is for offsetof */ | /* stddef is for offsetof */ | |||
#ifdef HAVE_STDDEF_H | #ifdef HAVE_STDDEF_H | |||
#include <stddef.h> | #include <stddef.h> |
Legend:
|