diff options
| author | Holger Hans Peter Freyther <zecke@selfish.org> | 2012-09-11 12:27:03 +0200 |
|---|---|---|
| committer | Holger Hans Peter Freyther <zecke@selfish.org> | 2012-09-11 12:27:03 +0200 |
| commit | 7c7d39adac83debe43c43780d489c5c513854001 (patch) | |
| tree | 7ce570d568140b0f802372efedab7859cbf594a6 /include | |
| parent | c302eca2c69de664dc8ac53a4577eeffe5daa5ca (diff) | |
vty: Include osmocom/core/utils.h for the value_string struct
Diffstat (limited to 'include')
| -rw-r--r-- | include/osmocom/vty/misc.h | 1 |
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, |
