aboutsummaryrefslogtreecommitdiffstats
path: root/utils
diff options
context:
space:
mode:
Diffstat (limited to 'utils')
-rw-r--r--utils/osmo-ns-dummy-vty.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/osmo-ns-dummy-vty.c b/utils/osmo-ns-dummy-vty.c
index f4a270cf..2e59b11b 100644
--- a/utils/osmo-ns-dummy-vty.c
+++ b/utils/osmo-ns-dummy-vty.c
@@ -21,7 +21,6 @@
*
*/
-#include <talloc.h>
#include <errno.h>
#include <string.h>
#include <stdio.h>
@@ -30,6 +29,7 @@
#include <inttypes.h>
+#include <osmocom/core/talloc.h>
#include <osmocom/core/select.h>
#include <osmocom/core/application.h>
#include <osmocom/core/stats.h>