From a0a7635faa584d7ceb20c0b05d23bf09da2e54a4 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sun, 8 Jan 1995 20:19:47 +0000 Subject: [PATCH] Don't include param.h. --- src/xterm.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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" -- 2.39.5