only need to #include "localedir.h" if USE_NLS is defined.

This commit is contained in:
mrg 2006-05-12 00:24:43 +00:00
parent fafcb5dc4d
commit df80da1eff

View File

@ -24,7 +24,9 @@ Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */
#include "cpplib.h"
#include "internal.h"
#include "mkdeps.h"
#ifdef ENABLE_NLS
#include "localedir.h"
#endif
static void init_library (void);
static void mark_named_operators (cpp_reader *);