Fix author credit for e5c0bc6
[openssl.git] / doc / crypto / ASN1_STRING_new.pod
index 5b1bbb7eb21f0fc504fe785e06144e7df4641591..8ac2a03ae267a254f886c4ee5f2b83e055b18f05 100644 (file)
@@ -7,6 +7,8 @@ ASN1_STRING allocation functions
 
 =head1 SYNOPSIS
 
+ #include <openssl/asn1.h>
+
  ASN1_STRING * ASN1_STRING_new(void);
  ASN1_STRING * ASN1_STRING_type_new(int type);
  void ASN1_STRING_free(ASN1_STRING *a);