aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--asn1/pkcs1/packet-pkcs1-template.c1
-rw-r--r--asn1/x509if/packet-x509if-template.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/asn1/pkcs1/packet-pkcs1-template.c b/asn1/pkcs1/packet-pkcs1-template.c
index 452ac97725..a8a80d874a 100644
--- a/asn1/pkcs1/packet-pkcs1-template.c
+++ b/asn1/pkcs1/packet-pkcs1-template.c
@@ -34,6 +34,7 @@
#include <stdio.h>
#include <string.h>
+#include "packet-pkcs1.h"
#include "packet-ber.h"
#include "packet-x509af.h"
diff --git a/asn1/x509if/packet-x509if-template.c b/asn1/x509if/packet-x509if-template.c
index 06e2bd18c7..097e4e1551 100644
--- a/asn1/x509if/packet-x509if-template.c
+++ b/asn1/x509if/packet-x509if-template.c
@@ -34,6 +34,7 @@
#include <stdio.h>
#include <string.h>
+#include "packet-x509if.h"
#include "packet-ber.h"
#include "packet-x509sat.h"