diff options
| author | Quentin Young <qlyoung@cumulusnetworks.com> | 2018-08-24 17:14:09 +0000 |
|---|---|---|
| committer | Quentin Young <qlyoung@cumulusnetworks.com> | 2018-09-06 20:56:41 +0000 |
| commit | 364fed6b074a702f21e190cb7aff33e13c65e808 (patch) | |
| tree | 5af486911acf99960cc4dc79bb0e4d281936fd97 /zebra/ipforward_solaris.c | |
| parent | c98d5ce810aaaa59f09ae3f078e26d999d77dcdd (diff) | |
zebra: fix includes
Add and remove error related includes as necessary.
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
Diffstat (limited to 'zebra/ipforward_solaris.c')
| -rw-r--r-- | zebra/ipforward_solaris.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/zebra/ipforward_solaris.c b/zebra/ipforward_solaris.c index 4a3966ca26..7f372e32f8 100644 --- a/zebra/ipforward_solaris.c +++ b/zebra/ipforward_solaris.c @@ -29,6 +29,7 @@ #include "privs.h" #include "zebra/ipforward.h" +#include "zebra/zebra_errors.h" /* ** Solaris should define IP_DEV_NAME in <inet/ip.h>, but we'll save |
