diff options
author | Simon Josefsson <simon@josefsson.org> | 2008-11-17 19:03:30 +0100 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2008-11-17 19:03:30 +0100 |
commit | 7a345f9026677dc52241d93e2d1180f9436b07ab (patch) | |
tree | cb996f282a5602efcd7b60e1073f488b92d59c1c /lib/element.c | |
parent | 563a142600a37252a295a1b7cbbca5b59c438950 (diff) | |
download | libtasn1-7a345f9026677dc52241d93e2d1180f9436b07ab.tar.gz libtasn1-7a345f9026677dc52241d93e2d1180f9436b07ab.tar.bz2 libtasn1-7a345f9026677dc52241d93e2d1180f9436b07ab.zip |
Fix more warnings.
Diffstat (limited to 'lib/element.c')
-rw-r--r-- | lib/element.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/element.c b/lib/element.c index 05da2f2..e82807f 100644 --- a/lib/element.c +++ b/lib/element.c @@ -33,6 +33,8 @@ #include <gstr.h> #include "structure.h" +#include "element.h" + void _asn1_hierarchical_name (ASN1_TYPE node, char *name, int name_size) { |