From 271c43b0ae533c0371b2380f91e79dc97bdd0bcc Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Tue, 31 May 2011 00:42:38 +0200 Subject: abis_nm: Forward declare the used enums This file is using enums in that might or might not be known to the compiler. Forward declare them. --- include/osmocom/gsm/abis_nm.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/osmocom/gsm/abis_nm.h b/include/osmocom/gsm/abis_nm.h index dcc8d4bb..85345575 100644 --- a/include/osmocom/gsm/abis_nm.h +++ b/include/osmocom/gsm/abis_nm.h @@ -4,6 +4,9 @@ #include #include +enum abis_nm_msgtype; +enum gsm_phys_chan_config; + const enum abis_nm_msgtype abis_nm_reports[4]; const enum abis_nm_msgtype abis_nm_no_ack_nack[3]; const enum abis_nm_msgtype abis_nm_sw_load_msgs[9]; -- cgit v1.2.3