summaryrefslogtreecommitdiff
path: root/epan/dissectors/packet-pkcs1.c
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2005-08-02 04:31:42 +0000
committerJörg Mayer <jmayer@loplof.de>2005-08-02 04:31:42 +0000
commit7b2ff03d8ca50d777936fa698432c7849f6d9b53 (patch)
tree8cf286d72bec9f98015bef89e28f4be59c9cbdbd /epan/dissectors/packet-pkcs1.c
parentf5afb4da1b370a4e80d97d21e1876ba94605a18e (diff)
downloadwireshark-7b2ff03d8ca50d777936fa698432c7849f6d9b53.tar.gz
Fix more "no previous declaration" warnings
svn path=/trunk/; revision=15169
Diffstat (limited to 'epan/dissectors/packet-pkcs1.c')
-rw-r--r--epan/dissectors/packet-pkcs1.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/dissectors/packet-pkcs1.c b/epan/dissectors/packet-pkcs1.c
index 0524e56036..19ba8f69a4 100644
--- a/epan/dissectors/packet-pkcs1.c
+++ b/epan/dissectors/packet-pkcs1.c
@@ -41,6 +41,7 @@
#include <stdio.h>
#include <string.h>
+#include "packet-pkcs1.h"
#include "packet-ber.h"
#include "packet-x509af.h"