From 1238cc64d79308c3db46baa7f755f17ac3db9e49 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Wed, 20 Aug 2014 19:50:04 +0200 Subject: libctrl: remove openbsc headers, convert from make_sock to libosmocore --- include/osmocom/ctrl/control_if.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'include/osmocom/ctrl/control_if.h') diff --git a/include/osmocom/ctrl/control_if.h b/include/osmocom/ctrl/control_if.h index d103332a..9ab3b2a4 100644 --- a/include/osmocom/ctrl/control_if.h +++ b/include/osmocom/ctrl/control_if.h @@ -2,8 +2,10 @@ #define _CONTROL_IF_H #include -#include -#include +#include + +/* FIXME: this must go */ +struct gsm_network; typedef int (*ctrl_cmd_handler)(struct ctrl_cmd *, void *); -- cgit v1.2.3