mirror of
https://github.com/bstansell/conserver.git
synced 2025-03-24 21:05:19 +00:00
conserver: Add missing #include <time.h> in various files.
Gcc complained about undefined functions from time.h.
This commit is contained in:
parent
9d2e25ed67
commit
83c81d2bfc
@ -47,6 +47,7 @@
|
||||
#include <access.h>
|
||||
#include <readcfg.h>
|
||||
#include <main.h>
|
||||
#include <time.h>
|
||||
|
||||
|
||||
BAUD baud[] = {
|
||||
|
@ -7,6 +7,7 @@
|
||||
#include <compat.h>
|
||||
|
||||
#include <cutil.h>
|
||||
#include <time.h>
|
||||
#include <version.h>
|
||||
|
||||
#include <net/if.h>
|
||||
|
@ -67,6 +67,7 @@
|
||||
#include <main.h>
|
||||
#include <version.h>
|
||||
#include <stdio.h>
|
||||
#include <time.h>
|
||||
|
||||
#if HAVE_PAM
|
||||
# include <security/pam_appl.h>
|
||||
|
@ -33,6 +33,7 @@
|
||||
#include <access.h>
|
||||
#include <readcfg.h>
|
||||
#include <main.h>
|
||||
#include <time.h>
|
||||
|
||||
/***** external things *****/
|
||||
NAMES *userList = (NAMES *)0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user