vty: Include osmocom/core/utils.h for the value_string struct

This commit is contained in:
Holger Hans Peter Freyther 2012-09-11 12:27:03 +02:00
parent c302eca2c6
commit 7c7d39adac
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@
#include <osmocom/vty/vty.h>
#include <osmocom/core/rate_ctr.h>
#include <osmocom/core/utils.h>
#define VTY_DO_LOWER 1
char *vty_cmd_string_from_valstr(void *ctx, const struct value_string *vals,