Include codec.h file from codec C files

failure to do so would prevent the compiler from catching
inconsistencies between declaration and definition.

Change-Id: I88617c97adcff328292e501fd5d254eeae96a660
This commit is contained in:
Harald Welte 2017-05-31 02:48:48 +02:00
parent 3f066dde8f
commit dee7172689
3 changed files with 3 additions and 0 deletions

View File

@ -26,6 +26,7 @@
#include <osmocom/core/bitvec.h>
#include <osmocom/core/utils.h>
#include <osmocom/codec/codec.h>
/* GSM FR - subjective importance bit ordering */
/* This array encodes GSM 05.03 Table 2.

View File

@ -26,6 +26,7 @@
#include <osmocom/core/bitvec.h>
#include <osmocom/core/utils.h>
#include <osmocom/codec/codec.h>
/* GSM HR unvoiced (mode=0) frames - subjective importance bit ordering */
/* This array encode mapping between GSM 05.03 Table 3a (bits

View File

@ -22,6 +22,7 @@
*/
#include <stdint.h>
#include <osmocom/codec/codec.h>
/* GSM EFR - subjective importance bit ordering */
/* This array encodes GSM 05.03 Table 6.