selinux: include stdio

We use fprintf(), stderr etc, so we should include stdio.h.
This commit is contained in:
Michael Vetter 2019-12-17 13:40:47 +01:00
parent eaaac67d4f
commit b1a5cda91e

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;