From 71d87b2597bdbb6e555af43831b4ef7788f858e1 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Mon, 18 Jul 2011 14:49:56 +0200 Subject: 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. --- src/input/misdn.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/input/misdn.c') 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 #include #include -#include +#include #define TS1_ALLOC_SIZE 300 -- cgit v1.2.3-55-g7522