summaryrefslogtreecommitdiff
path: root/lib/pbr.h
diff options
context:
space:
mode:
authorQuentin Young <qlyoung@cumulusnetworks.com>2018-06-13 16:23:46 +0000
committerQuentin Young <qlyoung@cumulusnetworks.com>2018-06-13 16:23:46 +0000
commit56c6f60c6b210d9673bab43f0066e29b68484da4 (patch)
treede68fa08a1bff27b309120426831db9d5d6b9e40 /lib/pbr.h
parent8c28c034dc1d3aeb440a106b22a5cb3508d1563d (diff)
lib: fix missing includes in pbr.h
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
Diffstat (limited to 'lib/pbr.h')
-rw-r--r--lib/pbr.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/pbr.h b/lib/pbr.h
index 1f42878ece..1704d8d37e 100644
--- a/lib/pbr.h
+++ b/lib/pbr.h
@@ -20,6 +20,10 @@
#ifndef _PBR_H
#define _PBR_H
+#include <zebra.h>
+#include "stream.h"
+#include "prefix.h"
+
#define PBR_STR "Policy Based Routing\n"
/*