summaryrefslogtreecommitdiff
path: root/lib/log.h
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@cumulusnetworks.com>2017-03-07 15:15:23 -0500
committerGitHub <noreply@github.com>2017-03-07 15:15:23 -0500
commitae6ba9ba043652bde3b0000f5299eff31d351ee3 (patch)
tree4ef204cab9ce28af19cf481e0c21fc88a85c69fa /lib/log.h
parent1a664f5e3685139651270263a6d65c868108264d (diff)
parent42350cfc6eae32e3a2cdb75108ef47479e71245a (diff)
Merge pull request #257 from opensourcerouting/nhrpd
nhrpd
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;