mirror of
https://gitlab.com/apparmor/apparmor
synced 2025-08-31 22:35:35 +00:00
Description: adjust for missing or incorrect includes.
Author: Kees Cook <kees@ubuntu.com> Acked-By: Steve Beattie <sbeattie@ubuntu.com>
This commit is contained in:
@@ -28,7 +28,6 @@
|
||||
#include <fcntl.h>
|
||||
#include <mntent.h>
|
||||
#include <libintl.h>
|
||||
#include <linux/limits.h>
|
||||
#include <locale.h>
|
||||
#define _(s) gettext(s)
|
||||
|
||||
@@ -36,6 +35,7 @@
|
||||
/* #define DEBUG */
|
||||
|
||||
#include <unistd.h>
|
||||
#include <limits.h>
|
||||
#include <sys/sysctl.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/stat.h>
|
||||
|
Reference in New Issue
Block a user