summaryrefslogtreecommitdiffstats
path: root/src/talloc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/talloc.c')
-rw-r--r--src/talloc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/talloc.c b/src/talloc.c
index 98c2ee09..60d7927d 100644
--- a/src/talloc.c
+++ b/src/talloc.c
@@ -55,7 +55,7 @@
#define __USE_GNU
#include <string.h>
#undef __USE_GNU
-#include <osmocore/talloc.h>
+#include <osmocom/core/talloc.h>
#define MIN(x,y) ((x) < (y) ? (x) : (y))
#endif /* not _TALLOC_SAMBA3 */