aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-gmr1_rr.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2014-01-13 20:12:14 +0000
committerGuy Harris <guy@alum.mit.edu>2014-01-13 20:12:14 +0000
commit6df963eff08172793ad35c22715ceb390ca7bd2e (patch)
tree30dbb48ebd98c664d3c6724ba7653619df55aa85 /epan/dissectors/packet-gmr1_rr.c
parentaec280d8743c43cb7de8308c258785463f389ff8 (diff)
In a source file that defines external functions, the header file that
declares the functions must be included, in order to make sure the declarations match the function signature. Make it so - which means creating the header file in the first place. svn path=/trunk/; revision=54717
Diffstat (limited to 'epan/dissectors/packet-gmr1_rr.c')
-rw-r--r--epan/dissectors/packet-gmr1_rr.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/epan/dissectors/packet-gmr1_rr.c b/epan/dissectors/packet-gmr1_rr.c
index 28f110e911..0e1fe33f7d 100644
--- a/epan/dissectors/packet-gmr1_rr.c
+++ b/epan/dissectors/packet-gmr1_rr.c
@@ -40,6 +40,8 @@
#include "packet-gmr1_common.h"
#include "packet-gsm_sms.h"
+#include "packet-gmr1_rr.h"
+
void proto_register_gmr1_rr(void);
void proto_reg_handoff_gmr1_rr(void);