aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-uma.c
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2008-08-04 16:11:17 +0000
committerAnders Broman <anders.broman@ericsson.com>2008-08-04 16:11:17 +0000
commit96aa45646dc5dee532ed27009145095b2a8778cb (patch)
tree30409eb756af220df74cda28caa9a79684042c22 /epan/dissectors/packet-uma.c
parentf4a7b397534f6f7e55510bd98f97a101eac8d1a2 (diff)
First step to split the gsm_a dissector into several smaller ones ( done by Neil Piercy)
rename the "old" one to gsm_a_common. svn path=/trunk/; revision=25915
Diffstat (limited to 'epan/dissectors/packet-uma.c')
-rw-r--r--epan/dissectors/packet-uma.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-uma.c b/epan/dissectors/packet-uma.c
index e090b23079..4e6abd8dbb 100644
--- a/epan/dissectors/packet-uma.c
+++ b/epan/dissectors/packet-uma.c
@@ -67,7 +67,7 @@
#include "prefs.h"
#include "packet-bssap.h"
-#include "packet-gsm_a.h"
+#include "packet-gsm_a_common.h"
#include "packet-gsm_map.h"
#include "packet-rtp.h"
#include "packet-rtcp.h"