Changed name of loc_incl.h to loc_time.h

This commit is contained in:
ceriel
1991-04-22 13:21:11 +00:00
parent ab8022ccbd
commit d6a224ea5f
10 changed files with 35 additions and 9 deletions

View File

@@ -4,7 +4,7 @@
/* $Header$ */
#include <time.h>
#include "loc_incl.h"
#include "loc_time.h"
/* We must be careful, since an int can't represent all the seconds in a day.
* Hence the adjustment of minutes when adding timezone and dst information.