summaryrefslogtreecommitdiffstats
path: root/include/osmocom/ctrl/control_cmd.h
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2014-08-20 19:50:04 +0200
committerHarald Welte <laforge@gnumonks.org>2014-08-21 15:34:17 +0200
commit1238cc64d79308c3db46baa7f755f17ac3db9e49 (patch)
tree2323e625470e604a586ed41c78c4f1991f5e54c4 /include/osmocom/ctrl/control_cmd.h
parente1a502b0df4a2e8ca90db42549fc22f00c2b72f6 (diff)
libctrl: remove openbsc headers, convert from make_sock to libosmocore
Diffstat (limited to 'include/osmocom/ctrl/control_cmd.h')
-rw-r--r--include/osmocom/ctrl/control_cmd.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/osmocom/ctrl/control_cmd.h b/include/osmocom/ctrl/control_cmd.h
index 2e6863a9..10717acf 100644
--- a/include/osmocom/ctrl/control_cmd.h
+++ b/include/osmocom/ctrl/control_cmd.h
@@ -4,11 +4,10 @@
#include <osmocom/core/msgb.h>
#include <osmocom/core/talloc.h>
#include <osmocom/core/write_queue.h>
+#include <osmocom/core/logging.h>
#include <osmocom/vty/vector.h>
-#include <openbsc/vty.h>
-
#define CTRL_CMD_ERROR -1
#define CTRL_CMD_HANDLED 0
#define CTRL_CMD_REPLY 1