X-Git-Url: https://git.sommitrealweird.co.uk/quagga-debian.git/blobdiff_plain/110ea29b8fe7d11de09e19382a9a5808cfb90d32..d2771ca93ba9461a823240e3f3b7be9f4af12f65:/lib/zebra.h diff --git a/lib/zebra.h b/lib/zebra.h index a405d46..1bb951f 100644 --- a/lib/zebra.h +++ b/lib/zebra.h @@ -130,16 +130,6 @@ typedef int socklen_t; #endif /* !va_copy */ #endif /* !C99 */ - -#ifdef HAVE_LCAPS -#include -#include -#endif /* HAVE_LCAPS */ - -#ifdef HAVE_SOLARIS_CAPABILITIES -#include -#endif /* HAVE_SOLARIS_CAPABILITIES */ - /* network include group */ #include @@ -224,6 +214,16 @@ typedef int socklen_t; #include #endif /* HAVE_NETINET6_ND6_H */ +/* Privileges / capabilities */ +#ifdef HAVE_LCAPS +#include +#include +#endif /* HAVE_LCAPS */ + +#ifdef HAVE_SOLARIS_CAPABILITIES +#include +#endif /* HAVE_SOLARIS_CAPABILITIES */ + /* Some systems do not define UINT32_MAX, etc.. from inttypes.h * e.g. this makes life easier for FBSD 4.11 users. */