time.h
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1911 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -12,6 +12,7 @@
|
||||
#include <string.h>
|
||||
#include <limits.h>
|
||||
#include <ctype.h>
|
||||
#include <time.h>
|
||||
#include "gen.h"
|
||||
#include "hash.h"
|
||||
#include "symbol.h"
|
||||
|
@@ -25,7 +25,8 @@ init_generate (char *filename)
|
||||
"#ifndef __" STEM "_h__\n"
|
||||
"#define __" STEM "_h__\n\n");
|
||||
fprintf (headerfile,
|
||||
"#include <stddef.h>\n\n");
|
||||
"#include <stddef.h>\n"
|
||||
"#include <time.h>\n\n");
|
||||
fprintf (headerfile,
|
||||
"typedef struct {\n"
|
||||
" size_t length;\n"
|
||||
|
Reference in New Issue
Block a user