diff options
| author | Peter Jones <pjones@redhat.com> | 2006-08-14 23:00:24 +0000 |
|---|---|---|
| committer | Peter Jones <pjones@redhat.com> | 2006-08-14 23:00:24 +0000 |
| commit | 771b0c766bbfc697c0f35db60fc0bb6c03917fdf (patch) | |
| tree | e297c3a50e7ad2ac9066e572f0c0e51c98032d3c /loader2/loader.c | |
| parent | a77167455e8f2ea3c31f1e0308c8c46232f92c85 (diff) | |
| download | anaconda-771b0c766bbfc697c0f35db60fc0bb6c03917fdf.tar.gz anaconda-771b0c766bbfc697c0f35db60fc0bb6c03917fdf.tar.xz anaconda-771b0c766bbfc697c0f35db60fc0bb6c03917fdf.zip | |
- Fix building with newer libselinux
Diffstat (limited to 'loader2/loader.c')
| -rw-r--r-- | loader2/loader.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/loader2/loader.c b/loader2/loader.c index 0676cb130..484ebbf23 100644 --- a/loader2/loader.c +++ b/loader2/loader.c @@ -83,6 +83,7 @@ #include "net.h" #include "telnetd.h" +#include <selinux/selinux.h> #include "selinux.h" #include "../isys/imount.h" |
