From ee50081daa3a80586f3044056517337a8e8fac9f Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Sun, 5 Jun 2011 19:53:56 +0200 Subject: add missing #include file to sysinfo.h (otherwise 'struct value_string' would not be defined) --- include/osmocom/gsm/sysinfo.h | 1 + 1 file changed, 1 insertion(+) 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 #include enum osmo_sysinfo_type { -- cgit v1.2.3