diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2010-01-05 13:29:52 +0200 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2010-01-05 13:29:52 +0200 |
commit | 6109d6388e44fc5070b98c9bf2f74df84c3ec700 (patch) | |
tree | ed513a5d9cced80fd587518bd1461f3ef03c3192 /lib/verify.c | |
parent | 0ff81ace79432c9a3254722f734fa931bb8bff1e (diff) | |
download | librpm-tizen-6109d6388e44fc5070b98c9bf2f74df84c3ec700.tar.gz librpm-tizen-6109d6388e44fc5070b98c9bf2f74df84c3ec700.tar.bz2 librpm-tizen-6109d6388e44fc5070b98c9bf2f74df84c3ec700.zip |
Remove libcap stuff out of system.h
- just a few places need, avoid polluting everything with it
- make fsm->fcaps void * to avoid having to deal with fcap_t not defined
Diffstat (limited to 'lib/verify.c')
-rw-r--r-- | lib/verify.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/verify.c b/lib/verify.c index d3e67a98d..e85264958 100644 --- a/lib/verify.c +++ b/lib/verify.c @@ -5,6 +5,9 @@ #include "system.h" +#if WITH_CAP +#include <sys/capability.h> +#endif #if WITH_ACL #include <acl/libacl.h> #endif |