From 3cd6753a1135b89e4665c78d18650f9addc1e874 Mon Sep 17 00:00:00 2001 From: Jacob Erlbeck Date: Mon, 22 Dec 2014 10:58:45 +0100 Subject: ipa: Add forward declaration of struct osmo_fd A pointer to struct osmo_fd is used in a few prototypes declared in gsm/ipa.h, but is neither declared explicitly nor is such a declaration reachable via the given include directives. This patch adds a forward declaration of this type to ensure proper compilation. Sponsored-by: On-Waves ehf --- include/osmocom/gsm/ipa.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/osmocom/gsm/ipa.h') diff --git a/include/osmocom/gsm/ipa.h b/include/osmocom/gsm/ipa.h index 2878676f..1227ee17 100644 --- a/include/osmocom/gsm/ipa.h +++ b/include/osmocom/gsm/ipa.h @@ -5,6 +5,8 @@ #include #include +struct osmo_fd; + /* internal (host-only) data structure */ struct ipaccess_unit { uint16_t site_id; -- cgit v1.2.3