git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1911 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1997-06-15 21:39:52 +00:00
parent 3246554682
commit dd83f82c9a
2 changed files with 3 additions and 1 deletions

View File

@@ -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"

View File

@@ -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"