From: Quentin Young Date: Wed, 13 Jun 2018 16:23:46 +0000 (+0000) Subject: lib: fix missing includes in pbr.h X-Git-Tag: frr-6.1-dev~279^2~1 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=56c6f60c6b210d9673bab43f0066e29b68484da4;p=matthieu%2Ffrr.git lib: fix missing includes in pbr.h Signed-off-by: Quentin Young --- 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" /*