diff options
Diffstat (limited to 'src/vty/command.c')
-rw-r--r-- | src/vty/command.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/vty/command.c b/src/vty/command.c index 454a10c3..35169eb0 100644 --- a/src/vty/command.c +++ b/src/vty/command.c @@ -47,6 +47,11 @@ Boston, MA 02110-1301, USA. */ #include <osmocom/core/talloc.h> #include <osmocom/core/utils.h> +#ifndef MAXPATHLEN + #define MAXPATHLEN 4096 +#endif + + /*! \addtogroup command * @{ * VTY command handling |