summaryrefslogtreecommitdiff
path: root/lib/log.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/log.h')
-rw-r--r--lib/log.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/log.h b/lib/log.h
index 43fc0130db..00c996c5be 100644
--- a/lib/log.h
+++ b/lib/log.h
@@ -24,6 +24,7 @@
#define _ZEBRA_LOG_H
#include <syslog.h>
+#include <stdio.h>
/* Here is some guidance on logging levels to use:
*
@@ -58,6 +59,7 @@ typedef enum
ZLOG_LDP,
ZLOG_ISIS,
ZLOG_PIM,
+ ZLOG_NHRP,
ZLOG_RFP,
ZLOG_WATCHFRR,
} zlog_proto_t;