Add includes in synopsis.
[openssl.git] / doc / crypto / X509_new.pod
index fd5fc65ce15243534470e22700b7c7fbe69004d7..d38872335fd9bb5309fabb7fdac6f2ca12a94435 100644 (file)
@@ -6,6 +6,8 @@ X509_new, X509_free - X509 certificate ASN1 allocation functions
 
 =head1 SYNOPSIS
 
+ #include <openssl/x509.h>
+
  X509 *X509_new(void);
  void X509_free(X509 *a);