diff options
Diffstat (limited to '')
-rw-r--r-- | lib/privs.c | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lib/privs.c b/lib/privs.c index accd989..717a2e4 100644 --- a/lib/privs.c +++ b/lib/privs.c @@ -6,6 +6,15 @@ * Copyright (c) 2005, 2011, Oracle and/or its affiliates. All rights reserved. */ #include <zebra.h> + +#include <pwd.h> +#include <grp.h> + +#ifdef HAVE_LCAPS +#include <sys/capability.h> +#include <sys/prctl.h> +#endif /* HAVE_LCAPS */ + #include "log.h" #include "privs.h" #include "memory.h" |