aboutsummaryrefslogtreecommitdiffstats
path: root/src/input/ipaccess.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/ipaccess.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/ipaccess.c')
-rw-r--r--src/input/ipaccess.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input/ipaccess.c b/src/input/ipaccess.c
index d977bc2..6d55132 100644
--- a/src/input/ipaccess.c
+++ b/src/input/ipaccess.c
@@ -39,7 +39,7 @@
#include <osmocom/gsm/tlv.h>
#include <osmocom/core/msgb.h>
#include <osmocom/core/logging.h>
-#include <talloc.h>
+#include <osmocom/core/talloc.h>
#include <osmocom/abis/e1_input.h>
#include <osmocom/abis/ipaccess.h>
#include <osmocom/core/socket.h>