diff options
author | Pablo Neira Ayuso <pablo@gnumonks.org> | 2011-06-13 19:15:50 +0200 |
---|---|---|
committer | Pablo Neira Ayuso <pablo@gnumonks.org> | 2011-06-13 19:15:50 +0200 |
commit | 139e12782c5cbbcb31ac89a1c59d8d5b4215ebf5 (patch) | |
tree | 512522b15278a9a979beaf70b6882470ce1e7e10 /include/osmocom/core/bitvec.h | |
parent | 4761ba9d33a61cb654d45c0e9037b30a77e3f94a (diff) | |
parent | ee50081daa3a80586f3044056517337a8e8fac9f (diff) |
Merge branch 'master' of git.osmocom.org:libosmocore
Diffstat (limited to 'include/osmocom/core/bitvec.h')
-rw-r--r-- | include/osmocom/core/bitvec.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/osmocom/core/bitvec.h b/include/osmocom/core/bitvec.h index bbe1641b..7cb8a873 100644 --- a/include/osmocom/core/bitvec.h +++ b/include/osmocom/core/bitvec.h @@ -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 */ |