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

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;