Guard inclusion of langinfo.h also with HAVE_LANGINFO_H,

for Irix-4.0.5.  From Kaveh Ghazi.
This commit is contained in:
Jim Meyering
1998-01-16 23:29:24 +00:00
parent b8a16a3f2a
commit 96be8bca99
+1 -1
View File
@@ -39,7 +39,7 @@
#include "xstrtod.h"
#include "xalloc.h"
#ifdef ENABLE_NLS
#if defined ENABLE_NLS && HAVE_LANGINFO_H
# include <langinfo.h>
#endif