aboutsummaryrefslogtreecommitdiffstats
path: root/epan
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2007-04-23 22:34:31 +0000
committerGuy Harris <guy@alum.mit.edu>2007-04-23 22:34:31 +0000
commit1b2cecda53c3103671192b051d0cf340522887a1 (patch)
treeefcb932fa7974eaa941bb09748840ccb7ee4b4c2 /epan
parentc0dc340d5d35e53f9d0db1e02e70551b64c649a7 (diff)
Need to include <epan/pint.h> to get pletohl() defined.
svn path=/trunk/; revision=21544
Diffstat (limited to 'epan')
-rw-r--r--epan/crypt/crypt-md5.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/crypt/crypt-md5.c b/epan/crypt/crypt-md5.c
index d7ca219d5c..fcb1e5b893 100644
--- a/epan/crypt/crypt-md5.c
+++ b/epan/crypt/crypt-md5.c
@@ -29,6 +29,7 @@
#include <glib.h>
#include <string.h>
+#include <epan/pint.h>
#include <epan/crypt/crypt-md5.h>
/*
* This code implements the MD5 message-digest algorithm.