From 515562005d87df801c31b81437c80390a739540c Mon Sep 17 00:00:00 2001 From: Ulf Lamping Date: Fri, 7 Jul 2006 21:01:01 +0000 Subject: add missing #include to fix a related warning svn path=/trunk/; revision=18684 --- epan/dissectors/packet-mount.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/epan/dissectors/packet-mount.c b/epan/dissectors/packet-mount.c index 15c350a130..e7318ae495 100644 --- a/epan/dissectors/packet-mount.c +++ b/epan/dissectors/packet-mount.c @@ -35,6 +35,8 @@ #include "packet-mount.h" #include "packet-nfs.h" +#include + static int proto_mount = -1; static int proto_sgi_mount = -1; -- cgit v1.2.3