2
0
mirror of https://gitlab.com/apparmor/apparmor synced 2025-09-01 14:55:10 +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:
Kees Cook
2011-05-02 13:34:58 -07:00
parent 42a5483ba9
commit abcf66292d
2 changed files with 2 additions and 1 deletions

View File

@@ -28,7 +28,6 @@
#include <fcntl.h> #include <fcntl.h>
#include <mntent.h> #include <mntent.h>
#include <libintl.h> #include <libintl.h>
#include <linux/limits.h>
#include <locale.h> #include <locale.h>
#define _(s) gettext(s) #define _(s) gettext(s)
@@ -36,6 +35,7 @@
/* #define DEBUG */ /* #define DEBUG */
#include <unistd.h> #include <unistd.h>
#include <limits.h>
#include <sys/sysctl.h> #include <sys/sysctl.h>
#include <sys/types.h> #include <sys/types.h>
#include <sys/stat.h> #include <sys/stat.h>

View File

@@ -16,6 +16,7 @@
*/ */
#include <stdio.h> #include <stdio.h>
#include <stdlib.h>
#include <stdarg.h> #include <stdarg.h>
#include <string.h> #include <string.h>
#include <libintl.h> #include <libintl.h>