From: Richard M. Stallman Date: Sun, 8 Jan 1995 20:19:47 +0000 (+0000) Subject: Don't include param.h. X-Git-Tag: emacs-19.34~5492 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a0a7635faa584d7ceb20c0b05d23bf09da2e54a4;p=emacs.git Don't include param.h. --- 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"