diff options
Diffstat (limited to 'src/vat/vat.h')
-rw-r--r-- | src/vat/vat.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vat/vat.h b/src/vat/vat.h index bcaddfe0126..3e9476f0a66 100644 --- a/src/vat/vat.h +++ b/src/vat/vat.h @@ -158,7 +158,7 @@ typedef struct uword *help_by_name; /* macro table */ - macro_main_t macro_main; + clib_macro_main_t macro_main; /* Errors by number */ uword *error_string_by_error_number; |