diff options
author | David Lamparter <equinox@opensourcerouting.org> | 2015-03-03 08:55:54 +0100 |
---|---|---|
committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2016-06-07 14:50:09 +0200 |
commit | 1cc5e6822b05f6bf6a5b26b515ff78355d89fb07 (patch) | |
tree | bea67dfe88832eb48bfef7da1f4f1815578c4ba1 /lib/distribute.h | |
parent | *: fix signedness mix-ups (diff) | |
download | frr-1cc5e6822b05f6bf6a5b26b515ff78355d89fb07.tar.xz frr-1cc5e6822b05f6bf6a5b26b515ff78355d89fb07.zip |
*: add missing includes
Some places, particularly headers, were spewing warnings since they
don't include neccessary other headers to get struct/enum definitions.
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
(cherry picked from commit 388f8857eb81ef75014060976776523a58a99389)
Diffstat (limited to 'lib/distribute.h')
-rw-r--r-- | lib/distribute.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/distribute.h b/lib/distribute.h index 5072016fd..a2ffffd5f 100644 --- a/lib/distribute.h +++ b/lib/distribute.h @@ -24,6 +24,7 @@ #include <zebra.h> #include "if.h" +#include "filter.h" /* Disctirubte list types. */ enum distribute_type |