diff options
Diffstat (limited to 'lib/zebra.h')
-rw-r--r-- | lib/zebra.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/zebra.h b/lib/zebra.h index b4ab3352..03af70d3 100644 --- a/lib/zebra.h +++ b/lib/zebra.h @@ -120,6 +120,10 @@ typedef int socklen_t; #include <sys/prctl.h> #endif /* HAVE_LCAPS */ +#ifdef HAVE_SOLARIS_CAPABILITIES +#include <priv.h> +#endif /* HAVE_SOLARIS_CAPABILITIES */ + /* network include group */ #include <sys/socket.h> |