Prototype for timegm().
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@3977 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -68,6 +68,9 @@ init_generate (char *filename, char *base)
|
||||
fprintf (headerfile,
|
||||
"#include <stddef.h>\n"
|
||||
"#include <time.h>\n\n");
|
||||
#ifndef HAVE_TIMEGM
|
||||
fprintf (headerfile, "time_t timegm (struct tm*);\n\n");
|
||||
#endif
|
||||
fprintf (headerfile,
|
||||
"#ifndef __asn1_common_definitions__\n"
|
||||
"#define __asn1_common_definitions__\n\n");
|
||||
|
Reference in New Issue
Block a user