aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorNeels Hofmeyr <nhofmeyr@sysmocom.de>2016-02-28 00:49:59 +0100
committerNeels Hofmeyr <nhofmeyr@sysmocom.de>2016-02-29 10:02:10 +0100
commit306bf18ce6b0ab330095326f0754c81eff1e64aa (patch)
tree57ab0cda10e060f08bf3454b30ce877ae616acdb /include
parent860a12977cf5825bdd5ee5907d7475779c6be100 (diff)
avoid a warning by declaring struct gprs_ra_id opaquely
Diffstat (limited to 'include')
-rw-r--r--include/osmocom/ranap/ranap_common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/osmocom/ranap/ranap_common.h b/include/osmocom/ranap/ranap_common.h
index 459afe7..66b8c3e 100644
--- a/include/osmocom/ranap/ranap_common.h
+++ b/include/osmocom/ranap/ranap_common.h
@@ -591,6 +591,7 @@
#include <osmocom/core/utils.h>
#include <osmocom/ranap/ranap_ies_defs.h>
+struct gprs_ra_id;
#define RANAP_DEBUG(x, args ...) DEBUGP(_ranap_DRANAP, x, ## args)
extern int _ranap_DRANAP;