mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-29 13:38:26 +00:00
include <isc/tm.h>, <isc/lang.h> and <isc/types.h>
This commit is contained in:
parent
a147de10fe
commit
1b5dcef875
@ -20,9 +20,12 @@
|
||||
/*! \file isc/tm.h
|
||||
* Provides portable conversion routines for struct tm.
|
||||
*/
|
||||
|
||||
#include <time.h>
|
||||
|
||||
#include <isc/lang.h>
|
||||
#include <isc/types.h>
|
||||
|
||||
|
||||
ISC_LANG_BEGINDECLS
|
||||
|
||||
time_t
|
||||
|
@ -55,6 +55,9 @@
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <time.h>
|
||||
#include <ctype.h>
|
||||
|
||||
#include <isc/tm.h>
|
||||
|
||||
/*
|
||||
* Portable conversion routines for struct tm, replacing
|
||||
|
Loading…
x
Reference in New Issue
Block a user