aboutsummaryrefslogtreecommitdiffstats
path: root/src/ipa_proxy.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/ipa_proxy.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/ipa_proxy.c')
-rw-r--r--src/ipa_proxy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ipa_proxy.c b/src/ipa_proxy.c
index c79b544..f90eb49 100644
--- a/src/ipa_proxy.c
+++ b/src/ipa_proxy.c
@@ -17,7 +17,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>