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 <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>

View file

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