bitvec: add missing stdint.h

This commit is contained in:
Harald Welte 2011-05-29 15:37:38 +02:00
parent 08de66dd5e
commit cd623ebb56
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@
*
*/
#include <stdint.h>
/* In GSM mac blocks, every bit can be 0 or 1, or L or H. L/H are
* defined relative to the 0x2b padding pattern */