aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-pkinit.c
diff options
context:
space:
mode:
authorsahlberg <sahlberg@f5534014-38df-0310-8fa8-9805f1628bb7>2004-09-17 08:12:21 +0000
committersahlberg <sahlberg@f5534014-38df-0310-8fa8-9805f1628bb7>2004-09-17 08:12:21 +0000
commit7e056d2fce01bd898baa0a629ee42b2ea60a9fa5 (patch)
tree6dbb756bbf3f1885b22c9461d0e151a1d020dc78 /epan/dissectors/packet-pkinit.c
parent0ffc99bced2a0249ebc0483104f0958ea4c4cf3f (diff)
get rid of some compiler warnings
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12025 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-pkinit.c')
-rw-r--r--epan/dissectors/packet-pkinit.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/epan/dissectors/packet-pkinit.c b/epan/dissectors/packet-pkinit.c
index 66b92177ee..9a92177404 100644
--- a/epan/dissectors/packet-pkinit.c
+++ b/epan/dissectors/packet-pkinit.c
@@ -42,6 +42,8 @@
#include "packet-ber.h"
#include "packet-pkinit.h"
+#include "packet-cms.h"
+#include "packet-pkix1explicit.h"
#define PNAME "PKINIT"
#define PSNAME "PKInit"