aboutsummaryrefslogtreecommitdiffstats
path: root/src/input/misdn.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/input/misdn.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/input/misdn.c')
-rw-r--r--src/input/misdn.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input/misdn.c b/src/input/misdn.c
index 252650b..dce4f42 100644
--- a/src/input/misdn.c
+++ b/src/input/misdn.c
@@ -45,7 +45,7 @@
#include <osmocom/core/msgb.h>
#include <osmocom/core/logging.h>
#include <osmocom/abis/e1_input.h>
-#include <talloc.h>
+#include <osmocom/core/talloc.h>
#define TS1_ALLOC_SIZE 300