diff options
Diffstat (limited to 'zebra/debug.h')
-rw-r--r-- | zebra/debug.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/zebra/debug.h b/zebra/debug.h index 1c08459e2..e74afe476 100644 --- a/zebra/debug.h +++ b/zebra/debug.h @@ -22,6 +22,8 @@ #ifndef _ZEBRA_DEBUG_H #define _ZEBRA_DEBUG_H +#include "lib/vty.h" + /* Debug flags. */ #define ZEBRA_DEBUG_EVENT 0x01 |