bitvec: add missing stdint.h
authorHarald Welte <laforge@gnumonks.org>
Sun, 29 May 2011 13:37:38 +0000 (15:37 +0200)
committerHarald Welte <laforge@gnumonks.org>
Sun, 29 May 2011 13:37:38 +0000 (15:37 +0200)
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 */