diff options
Diffstat (limited to 'src/vty/buffer.c')
-rw-r--r-- | src/vty/buffer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vty/buffer.c b/src/vty/buffer.c index a5655b93..e385f9fd 100644 --- a/src/vty/buffer.c +++ b/src/vty/buffer.c @@ -28,7 +28,7 @@ #include <stddef.h> #include <sys/uio.h> -#include <osmocore/talloc.h> +#include <osmocom/core/talloc.h> #include <osmocom/vty/buffer.h> #include <osmocom/vty/vty.h> |