aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom
diff options
context:
space:
mode:
authorJacob Erlbeck <jerlbeck@sysmocom.de>2014-12-22 10:58:45 +0100
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2014-12-22 14:44:52 +0100
commit3cd6753a1135b89e4665c78d18650f9addc1e874 (patch)
tree79d6b8e4764162660d91bcd09d7dd5bac02cf7dd /include/osmocom
parent4448048828db597aa99729b2b437986f59722c0e (diff)
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
Diffstat (limited to 'include/osmocom')
-rw-r--r--include/osmocom/gsm/ipa.h2
1 files changed, 2 insertions, 0 deletions
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 <osmocom/core/msgb.h>
#include <osmocom/gsm/tlv.h>
+struct osmo_fd;
+
/* internal (host-only) data structure */
struct ipaccess_unit {
uint16_t site_id;