aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/wimax/Makefile.common
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2014-01-13 23:05:44 +0000
committerGuy Harris <guy@alum.mit.edu>2014-01-13 23:05:44 +0000
commit2081d99c2d0c9ab91e7f91c19e731ac0fc27d513 (patch)
tree80f54cf071f2f3e51899a611af1387b1d6e6774f /plugins/wimax/Makefile.common
parentd363ef35ca33e2127063664b7fc1e72088792e2d (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. Also, declare proto_register_wimax_compact_dlmap_ie() early in wimax_compact_dlmap_ie_decoder.c, similar to what we do in wimax_copact_ulmap_ie_decoder.c. svn path=/trunk/; revision=54739
Diffstat (limited to 'plugins/wimax/Makefile.common')
-rw-r--r--plugins/wimax/Makefile.common2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/wimax/Makefile.common b/plugins/wimax/Makefile.common
index d070ff6561..b7e0600ecf 100644
--- a/plugins/wimax/Makefile.common
+++ b/plugins/wimax/Makefile.common
@@ -79,6 +79,8 @@ NONGENERATED_C_FILES = \
CLEAN_HEADER_FILES = \
crc.h \
wimax_bits.h \
+ wimax_compact_dlmap_ie_decoder.h \
+ wimax_compact_ulmap_ie_decoder.h \
wimax_mac.h \
wimax_tlv.h \
wimax_utils.h