aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/core
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2011-05-29 15:37:38 +0200
committerHarald Welte <laforge@gnumonks.org>2011-05-29 15:37:38 +0200
commitcd623ebb560d33de2b29ad3d93af5ebbd30c85e1 (patch)
tree9a2bae70c751c2d12de9459c37ffe3099d1afa71 /include/osmocom/core
parent08de66dd5eb57e39bc5d9f4dfcfd3febec458c11 (diff)
bitvec: add missing stdint.h
Diffstat (limited to 'include/osmocom/core')
-rw-r--r--include/osmocom/core/bitvec.h1
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 */