aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2016-03-17 16:50:27 +0100
committerHarald Welte <laforge@gnumonks.org>2016-03-17 16:50:50 +0100
commit5bed23c6d2722a174aeb1534ecccf80a657deae3 (patch)
treef6561484c3641976d84c2bc816d4b6f3b82597a0
parentea345cdaaa23f3e0472deccac9982014e632aba9 (diff)
add missing #include <stdbool.h>
-rw-r--r--include/osmocom/gsm/sysinfo.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/osmocom/gsm/sysinfo.h b/include/osmocom/gsm/sysinfo.h
index e2fc09d9..cb7e10de 100644
--- a/include/osmocom/gsm/sysinfo.h
+++ b/include/osmocom/gsm/sysinfo.h
@@ -1,5 +1,6 @@
#pragma once
+#include <stdbool.h>
#include <osmocom/core/utils.h>
#include <osmocom/gsm/protocol/gsm_04_08.h>