summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2012-09-11 12:27:03 +0200
committerHolger Hans Peter Freyther <zecke@selfish.org>2012-09-11 12:27:03 +0200
commit7c7d39adac83debe43c43780d489c5c513854001 (patch)
tree7ce570d568140b0f802372efedab7859cbf594a6
parentc302eca2c69de664dc8ac53a4577eeffe5daa5ca (diff)
vty: Include osmocom/core/utils.h for the value_string struct
-rw-r--r--include/osmocom/vty/misc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/osmocom/vty/misc.h b/include/osmocom/vty/misc.h
index e64aec79..db4f4a77 100644
--- a/include/osmocom/vty/misc.h
+++ b/include/osmocom/vty/misc.h
@@ -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,