diff --git a/src/xterm.c b/src/xterm.c index 3775223c80f..25d6388da9f 100644 --- a/src/xterm.c +++ b/src/xterm.c @@ -64,7 +64,8 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #include #include #include -#include +/* Caused redefinition of DBL_DIG on Netbsd; seems not to be needed. */ +/* #include */ #include "frame.h" #include "dispextern.h"