summaryrefslogtreecommitdiffstats
path: root/include/osmocom/core
diff options
context:
space:
mode:
authorPablo Neira Ayuso2011-06-13 19:15:50 +0200
committerPablo Neira Ayuso2011-06-13 19:15:50 +0200
commit139e12782c5cbbcb31ac89a1c59d8d5b4215ebf5 (patch)
tree512522b15278a9a979beaf70b6882470ce1e7e10 /include/osmocom/core
parentMerge branch 'master' of git.osmocom.org:libosmocore (diff)
parentadd missing #include file to sysinfo.h (diff)
downloadlibosmocore-139e12782c5cbbcb31ac89a1c59d8d5b4215ebf5.tar.gz
libosmocore-139e12782c5cbbcb31ac89a1c59d8d5b4215ebf5.tar.xz
libosmocore-139e12782c5cbbcb31ac89a1c59d8d5b4215ebf5.zip
Merge branch 'master' of git.osmocom.org:libosmocore
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 bbe1641..7cb8a87 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 */