aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo_client_vty.c
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2011-08-05 18:02:47 +0200
committerHolger Hans Peter Freyther <zecke@selfish.org>2011-08-05 18:02:47 +0200
commitd5cbb675a9f0c5f56d01401870e5eceb3eb3a6d8 (patch)
tree0d35263e379c1743036d6372e5adf24045a180b2 /src/osmo_client_vty.c
parent0e945484846a7be80aa6ab4711b0374d994ad98c (diff)
pcap-client: Hacks to compile with an old libosmocorezecke/old-libosmocore
We are running a system where we do not want to upgrade libosmocore right now. Compile the osmo-pcap-client with a libosmocore from around January.
Diffstat (limited to 'src/osmo_client_vty.c')
-rw-r--r--src/osmo_client_vty.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/osmo_client_vty.c b/src/osmo_client_vty.c
index 0b30eb7..bcf2e47 100644
--- a/src/osmo_client_vty.c
+++ b/src/osmo_client_vty.c
@@ -23,7 +23,7 @@
#include <osmo-pcap/osmo_pcap_client.h>
#include <osmo-pcap/common.h>
-#include <osmocom/core/talloc.h>
+#include <osmocore/talloc.h>
#include <stdlib.h>