summaryrefslogtreecommitdiffstats
path: root/tests/e1inp_ipa_bts_test.c
diff options
context:
space:
mode:
authorHarald Welte2011-07-18 14:49:56 +0200
committerHarald Welte2011-07-18 14:51:16 +0200
commit71d87b2597bdbb6e555af43831b4ef7788f858e1 (patch)
treeb4f077ebe7474c131cf8f94ceb69e84754bf97e7 /tests/e1inp_ipa_bts_test.c
parentipaccess: ipaccess_fd_cb needs to be extern (diff)
downloadlibosmo-abis-71d87b2597bdbb6e555af43831b4ef7788f858e1.tar.gz
libosmo-abis-71d87b2597bdbb6e555af43831b4ef7788f858e1.tar.xz
libosmo-abis-71d87b2597bdbb6e555af43831b4ef7788f858e1.zip
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 'tests/e1inp_ipa_bts_test.c')
-rw-r--r--tests/e1inp_ipa_bts_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/e1inp_ipa_bts_test.c b/tests/e1inp_ipa_bts_test.c
index b62afed..d2a21f9 100644
--- a/tests/e1inp_ipa_bts_test.c
+++ b/tests/e1inp_ipa_bts_test.c
@@ -1,5 +1,5 @@
#include <stdio.h>
-#include <talloc.h>
+#include <osmocom/core/talloc.h>
#include <string.h>
#include <unistd.h>
#include <osmocom/abis/abis.h>