aboutsummaryrefslogtreecommitdiffstats
path: root/src/e1_input_vty.c
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2011-07-18 14:49:56 +0200
committerHarald Welte <laforge@gnumonks.org>2011-07-18 14:51:16 +0200
commit71d87b2597bdbb6e555af43831b4ef7788f858e1 (patch)
treeb4f077ebe7474c131cf8f94ceb69e84754bf97e7 /src/e1_input_vty.c
parentf054b51ac960f957f80dafad29a3a827b8b2a2f9 (diff)
talloc: revert to use talloc inside libosmocore
It's not a good idea to confuse the two changes with each other. Moving the Abis part into a separate library is independent from the question whether we have talloc inside libosmocore or use a stand-alone talloc library.
Diffstat (limited to 'src/e1_input_vty.c')
-rw-r--r--src/e1_input_vty.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/e1_input_vty.c b/src/e1_input_vty.c
index 212a4ac..be51a16 100644
--- a/src/e1_input_vty.c
+++ b/src/e1_input_vty.c
@@ -31,7 +31,7 @@
#include <osmocom/abis/e1_input.h>
#include <osmocom/core/utils.h>
#include <osmocom/gsm/gsm_utils.h>
-#include <talloc.h>
+#include <osmocom/core/talloc.h>
#define E1_DRIVER_NAMES "(misdn|dahdi|ipa|hsl)"
#define E1_DRIVER_HELP "mISDN supported E1 Card\n" \