diff options
author | Harald Welte <laforge@gnumonks.org> | 2011-06-05 19:53:56 +0200 |
---|---|---|
committer | Harald Welte <laforge@gnumonks.org> | 2011-06-05 19:53:56 +0200 |
commit | ee50081daa3a80586f3044056517337a8e8fac9f (patch) | |
tree | 512522b15278a9a979beaf70b6882470ce1e7e10 | |
parent | fc90646d489ed85c73b5b809e3b74851fa57b3d9 (diff) |
add missing #include file to sysinfo.h
(otherwise 'struct value_string' would not be defined)
-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 a66f3f19..6c81134e 100644 --- a/include/osmocom/gsm/sysinfo.h +++ b/include/osmocom/gsm/sysinfo.h @@ -1,6 +1,7 @@ #ifndef _OSMO_GSM_SYSINFO_H #define _OSMO_GSM_SYSINFO_H +#include <osmocom/core/utils.h> #include <osmocom/gsm/protocol/gsm_04_08.h> enum osmo_sysinfo_type { |