2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-09-02 23:35:36 +00:00

Add missing includes of libintl.h.

This commit is contained in:
Todd C. Miller
2011-05-16 16:50:09 -04:00
parent d006b00a4f
commit c234363562
5 changed files with 15 additions and 0 deletions

View File

@@ -23,6 +23,9 @@
#include <stdlib.h>
#include <string.h>
#include <setjmp.h>
#ifdef HAVE_LIBINTL_H
# include <libintl.h>
#endif
#include "missing.h"
#include "alloc.h"