crc_test: Fix warning about undeclared function

Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
This commit is contained in:
Sylvain Munaut 2011-04-17 20:22:08 +02:00
parent 6d08da3bd3
commit 997abfd0d0
1 changed files with 2 additions and 0 deletions

View File

@ -17,6 +17,8 @@
*/
#include <stdio.h>
#include <osmocom/core/bits.h>
#include "tetra_common.h"
#include <lower_mac/crc_simple.h>