2
0
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:
Mark Andrews 2014-01-15 20:42:22 +11:00
parent a147de10fe
commit 1b5dcef875
2 changed files with 7 additions and 1 deletions

View File

@ -20,9 +20,12 @@
/*! \file isc/tm.h /*! \file isc/tm.h
* Provides portable conversion routines for struct tm. * Provides portable conversion routines for struct tm.
*/ */
#include <time.h> #include <time.h>
#include <isc/lang.h>
#include <isc/types.h>
ISC_LANG_BEGINDECLS ISC_LANG_BEGINDECLS
time_t time_t

View File

@ -55,6 +55,9 @@
#include <stdlib.h> #include <stdlib.h>
#include <string.h> #include <string.h>
#include <time.h> #include <time.h>
#include <ctype.h>
#include <isc/tm.h>
/* /*
* Portable conversion routines for struct tm, replacing * Portable conversion routines for struct tm, replacing