aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/Makefile.common
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/Makefile.common
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/Makefile.common')
-rw-r--r--epan/dissectors/Makefile.common1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/dissectors/Makefile.common b/epan/dissectors/Makefile.common
index 007077813c..01433e3279 100644
--- a/epan/dissectors/Makefile.common
+++ b/epan/dissectors/Makefile.common
@@ -1409,6 +1409,7 @@ DISSECTOR_INCLUDES = \
packet-giop.h \
packet-gluster.h \
packet-gmr1_common.h \
+ packet-gmr1_rr.h \
packet-gnutella.h \
packet-gprscdr.h \
packet-gre.h \