Merge pull request #200 from jubalh/sel1

selinux: include stdio
This commit is contained in:
Christian Brauner 2019-12-17 13:43:56 +01:00 committed by GitHub
commit 7f53048875
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,13 +31,13 @@
#ifdef WITH_SELINUX
#include <stdio.h>
#include "defines.h"
#include <selinux/selinux.h>
#include <selinux/context.h>
#include "prototypes.h"
static bool selinux_checked = false;
static bool selinux_enabled;