aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/pkcs12
diff options
context:
space:
mode:
authorEvan Huus <eapache@gmail.com>2013-06-19 23:53:25 +0000
committerEvan Huus <eapache@gmail.com>2013-06-19 23:53:25 +0000
commit0d3718b46799d8d28b9b48d4633da87c91530e5c (patch)
tree9591dac21f6accf0eaede43776bb01d8b966dd0c /asn1/pkcs12
parentc0fda177b6c4f7e4d0e77acf7c3ee5c7988adab9 (diff)
Add some missing wmem includes that apparently only show up on Windows.
svn path=/trunk/; revision=50071
Diffstat (limited to 'asn1/pkcs12')
-rw-r--r--asn1/pkcs12/packet-pkcs12-template.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/asn1/pkcs12/packet-pkcs12-template.c b/asn1/pkcs12/packet-pkcs12-template.c
index b43323b669..e8d0a7cbef 100644
--- a/asn1/pkcs12/packet-pkcs12-template.c
+++ b/asn1/pkcs12/packet-pkcs12-template.c
@@ -30,6 +30,7 @@
#include <epan/oids.h>
#include <epan/asn1.h>
#include <epan/prefs.h>
+#include <epan/wmem/wmem.h>
#include "packet-ber.h"
#include "packet-pkcs12.h"