diff options
| author | Quentin Young <qlyoung@cumulusnetworks.com> | 2018-06-19 18:29:05 +0000 | 
|---|---|---|
| committer | Quentin Young <qlyoung@cumulusnetworks.com> | 2018-08-14 20:02:05 +0000 | 
| commit | 43e52561b476e4810e0a1280769e800e2d619621 (patch) | |
| tree | 9d8639c395d92ebcd38261371ec2103f36ce42b5 /zebra/connected.h | |
| parent | b72002107f4fdaf1b5044234426ecea88b1eaaaa (diff) | |
zebra, lib: error references for zebra
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
Diffstat (limited to 'zebra/connected.h')
| -rw-r--r-- | zebra/connected.h | 6 | 
1 files changed, 6 insertions, 0 deletions
diff --git a/zebra/connected.h b/zebra/connected.h index 2a2b093395..75b6e05bda 100644 --- a/zebra/connected.h +++ b/zebra/connected.h @@ -22,6 +22,12 @@  #ifndef _ZEBRA_CONNECTED_H  #define _ZEBRA_CONNECTED_H +#include <zebra.h> +#include <stdint.h> + +#include "lib/if.h" +#include "lib/prefix.h" +  extern struct connected *connected_check(struct interface *ifp,  					 union prefixconstptr p);  extern struct connected *connected_check_ptp(struct interface *ifp,  | 
