Skip to content

Commit

Permalink
fix compile problem ##1750
Browse files Browse the repository at this point in the history
  • Loading branch information
netblue30 committed Jan 26, 2018
1 parent 092898d commit f33b626
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/firemon/apparmor.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,10 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include "firemon.h"
#include <sys/apparmor.h>

#ifdef HAVE_APPARMOR
#include <sys/apparmor.h>

static void print_apparmor(int pid) {
char *label = NULL;
char *mode = NULL;
Expand Down

0 comments on commit f33b626

Please sign in to comment.