mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
include <isc/tm.h>, <isc/lang.h> and <isc/types.h>
This commit is contained in:
parent
a147de10fe
commit
1b5dcef875
2 changed files with 7 additions and 1 deletions
|
|
@ -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…
Reference in a new issue