From 6476632fda4bce86daaf427937de112f9dd38246 Mon Sep 17 00:00:00 2001 From: Kovarththanan Rajaratnam Date: Tue, 18 May 2010 07:35:31 +0000 Subject: [PATCH] Include (local) packet-btl2cap.h properly svn path=/trunk/; revision=32863 --- epan/dissectors/packet-btobex.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/epan/dissectors/packet-btobex.c b/epan/dissectors/packet-btobex.c index 492098edc8..ac5f7ea790 100644 --- a/epan/dissectors/packet-btobex.c +++ b/epan/dissectors/packet-btobex.c @@ -35,7 +35,7 @@ #include #include #include -#include +#include "packet-btl2cap.h" /* Initialize the protocol and registered fields */ static int proto_btobex = -1;