diff options
Diffstat (limited to 'src/vlib/vlib.h')
-rw-r--r-- | src/vlib/vlib.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/vlib/vlib.h b/src/vlib/vlib.h index 708732578f3..36f8a361abc 100644 --- a/src/vlib/vlib.h +++ b/src/vlib/vlib.h @@ -49,6 +49,7 @@ /* Forward declarations of structs to avoid circular dependencies. */ struct vlib_main_t; +struct vlib_global_main_t; typedef u32 vlib_log_class_t; /* All includes in alphabetical order. */ |