bitvec: add missing stdint.h
[osmocom-bb.git] / include / osmocom / core / bitvec.h
index bbe1641..7cb8a87 100644 (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 */