=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/include/time.h,v retrieving revision 1.25 retrieving revision 1.26 diff -u -r1.25 -r1.26 --- src/include/time.h 2013/06/17 19:11:54 1.25 +++ src/include/time.h 2015/03/15 00:41:27 1.26 @@ -1,4 +1,4 @@ -/* $OpenBSD: time.h,v 1.25 2013/06/17 19:11:54 guenther Exp $ */ +/* $OpenBSD: time.h,v 1.26 2015/03/15 00:41:27 millert Exp $ */ /* $NetBSD: time.h,v 1.9 1994/10/26 00:56:35 cgd Exp $ */ /* @@ -166,6 +166,11 @@ #endif #if __BSD_VISIBLE + +#ifndef TM_YEAR_BASE +#define TM_YEAR_BASE 1900 +#endif + char *timezone(int, int); void tzsetwall(void); time_t timelocal(struct tm *);