# HG changeset patch # User Richard M. Stallman # Date 789596387 0 # Node ID 5e8b43cd8e9618fa5b43d78cfbd7833ddf3f3725 # Parent 3a50d7d3ae47e06f5354f9566fab7e8367d64653 Don't include param.h. diff -r 3a50d7d3ae47 -r 5e8b43cd8e96 src/xterm.c --- a/src/xterm.c Sun Jan 08 19:22:20 1995 +0000 +++ b/src/xterm.c Sun Jan 08 20:19:47 1995 +0000 @@ -64,7 +64,8 @@ #include #include #include -#include +/* Caused redefinition of DBL_DIG on Netbsd; seems not to be needed. */ +/* #include */ #include "frame.h" #include "dispextern.h"