importing time.h alongside sys/time.h in lprint.c and sprint.c

This commit is contained in:
Michał Krzysztof Feiler 2018-10-12 14:36:56 +02:00
parent e1b96f95e2
commit 5da7bcf031
2 changed files with 2 additions and 0 deletions

View File

@ -49,6 +49,7 @@ char lprint_rcsid[] =
#include <sys/file.h>
#include <sys/stat.h>
#include <sys/time.h>
#include <time.h>
#include "finger.h"
static void lprint(PERSON *pn);

View File

@ -41,6 +41,7 @@ char sprint_rcsid[] = "$Id: sprint.c,v 1.10 1999/12/12 18:59:33 dholland Exp $";
#include <sys/types.h>
#include <sys/time.h>
#include <time.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>