]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
include <isc/tm.h>, <isc/lang.h> and <isc/types.h>
authorMark Andrews <marka@isc.org>
Wed, 15 Jan 2014 09:42:22 +0000 (20:42 +1100)
committerMark Andrews <marka@isc.org>
Wed, 15 Jan 2014 09:42:22 +0000 (20:42 +1100)
lib/isc/include/isc/tm.h
lib/isc/tm.c

index 43e2aa34dd82157bddc3f5b3fe5710aacb095faa..44b81480e4571264b8cd34654047c389db2a5bb1 100644 (file)
 /*! \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
index 4f058a6c7c86d42c21e2839294cab7a100eb7449..c14d36d656d4006cbdcb0a542211e90453f1b17f 100644 (file)
@@ -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