Include libint.h where needed.

This commit is contained in:
Todd C. Miller
2011-05-16 16:37:11 -04:00
parent b643b190a7
commit 15bc74bd67
6 changed files with 17 additions and 2 deletions

View File

@@ -24,9 +24,12 @@
#ifndef _SUDO_SUDO_H
#define _SUDO_SUDO_H
#ifdef HAVE_LIBINTL_H
# include <libintl.h>
#endif
#include <limits.h>
#include <pathnames.h>
#include "missing.h"
#include "alloc.h"
#include "error.h"