diff options
author | jbj <devnull@localhost> | 2003-12-23 07:51:10 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2003-12-23 07:51:10 +0000 |
commit | 3fa2603bfc3cc6332ac671e73f9d20bbef3acbd6 (patch) | |
tree | 9b3910a24f1becee35accf1ba5267b02441ef971 /lib/rpmsx.h | |
parent | 2b989f11c76c875aa5b68e6db1b7240040f392ff (diff) | |
download | rpm-3fa2603bfc3cc6332ac671e73f9d20bbef3acbd6.tar.gz rpm-3fa2603bfc3cc6332ac671e73f9d20bbef3acbd6.tar.bz2 rpm-3fa2603bfc3cc6332ac671e73f9d20bbef3acbd6.zip |
Add filecontexts tags to header if %_build_file_contexts_path is configured.
CVS patchset: 7002
CVS date: 2003/12/23 07:51:10
Diffstat (limited to 'lib/rpmsx.h')
-rw-r--r-- | lib/rpmsx.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rpmsx.h b/lib/rpmsx.h index f0076c211..bd54739c4 100644 --- a/lib/rpmsx.h +++ b/lib/rpmsx.h @@ -8,7 +8,7 @@ #include <regex.h> -#include "selinux.h" +#include <selinux/selinux.h> #if defined(__LCLINT__) /*@-incondefs@*/ |