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

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