From 56c6f60c6b210d9673bab43f0066e29b68484da4 Mon Sep 17 00:00:00 2001 From: Quentin Young Date: Wed, 13 Jun 2018 16:23:46 +0000 Subject: [PATCH] lib: fix missing includes in pbr.h Signed-off-by: Quentin Young --- lib/pbr.h | 4 ++++ 1 file changed, 4 insertions(+) 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 +#include "stream.h" +#include "prefix.h" + #define PBR_STR "Policy Based Routing\n" /* -- 2.39.5