diff options
author | Harald Welte <laforge@gnumonks.org> | 2016-03-17 16:50:27 +0100 |
---|---|---|
committer | Harald Welte <laforge@gnumonks.org> | 2016-03-17 16:50:50 +0100 |
commit | 5bed23c6d2722a174aeb1534ecccf80a657deae3 (patch) | |
tree | f6561484c3641976d84c2bc816d4b6f3b82597a0 | |
parent | ea345cdaaa23f3e0472deccac9982014e632aba9 (diff) |
add missing #include <stdbool.h>
-rw-r--r-- | include/osmocom/gsm/sysinfo.h | 1 |
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> |