mirror of
https://github.com/opnsense/src.git
synced 2026-04-15 14:29:58 -04:00
Include <timeconv.h> for time conversion functions.
Approved by: das (mentor)
This commit is contained in:
parent
7138b71d5f
commit
e54fb3f2dc
2 changed files with 2 additions and 0 deletions
|
|
@ -57,6 +57,7 @@ static const char rcsid[] =
|
|||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <time.h>
|
||||
#include <timeconv.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include "restore.h"
|
||||
|
|
|
|||
|
|
@ -38,6 +38,7 @@ __FBSDID("$FreeBSD$");
|
|||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <time.h>
|
||||
#include <timeconv.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include <rpc/rpc.h>
|
||||
|
|
|
|||
Loading…
Reference in a new issue