aboutsummaryrefslogtreecommitdiffstats
path: root/src/snmp_mtp.c
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2011-05-08 10:29:23 +0200
committerHarald Welte <laforge@gnumonks.org>2011-05-08 10:29:23 +0200
commitff397edf385cc055fe1665780c3a5395ee9d48be (patch)
treede96bb4800ebc23171d48d25e2b8a1a8c662f188 /src/snmp_mtp.c
parentedfadaeb3d73147a409f0f45afc48f7dc2207853 (diff)
Adopt to recent libosmocore namespace changes and libosmogsm
Diffstat (limited to 'src/snmp_mtp.c')
-rw-r--r--src/snmp_mtp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/snmp_mtp.c b/src/snmp_mtp.c
index 308e6b8..c316369 100644
--- a/src/snmp_mtp.c
+++ b/src/snmp_mtp.c
@@ -19,7 +19,7 @@
*/
#include <snmp_mtp.h>
#include <cellmgr_debug.h>
-#include <osmocore/talloc.h>
+#include <osmocom/core/talloc.h>
static void add_pdu_var(netsnmp_pdu *pdu, const char *mib_name, int id, const char *value)
{