summaryrefslogtreecommitdiffstats
path: root/crypto/heimdal/lib/asn1/gen.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/heimdal/lib/asn1/gen.c')
-rw-r--r--crypto/heimdal/lib/asn1/gen.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/crypto/heimdal/lib/asn1/gen.c b/crypto/heimdal/lib/asn1/gen.c
index 6f57ec0..6d03db6 100644
--- a/crypto/heimdal/lib/asn1/gen.c
+++ b/crypto/heimdal/lib/asn1/gen.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 1997 - 2001 Kungliga Tekniska Högskolan
+ * Copyright (c) 1997 - 2002 Kungliga Tekniska Högskolan
* (Royal Institute of Technology, Stockholm, Sweden).
* All rights reserved.
*
@@ -33,7 +33,7 @@
#include "gen_locl.h"
-RCSID("$Id: gen.c,v 1.47 2001/09/27 16:21:47 assar Exp $");
+RCSID("$Id: gen.c,v 1.48 2002/08/26 13:27:20 assar Exp $");
FILE *headerfile, *codefile, *logfile;
@@ -424,6 +424,7 @@ generate_type (const Symbol *s)
"#include <stdio.h>\n"
"#include <stdlib.h>\n"
"#include <time.h>\n"
+ "#include <string.h>\n"
"#include <errno.h>\n",
orig_filename);
OpenPOWER on IntegriCloud