Don't include param.h.
authorRichard M. Stallman <rms@gnu.org>
Sun, 8 Jan 1995 20:19:47 +0000 (20:19 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 8 Jan 1995 20:19:47 +0000 (20:19 +0000)
src/xterm.c

index 3775223..25d6388 100644 (file)
@@ -64,7 +64,8 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 #include <errno.h>
 #include <setjmp.h>
 #include <sys/stat.h>
-#include <sys/param.h>
+/* Caused redefinition of DBL_DIG on Netbsd; seems not to be needed.  */
+/* #include <sys/param.h>  */
 
 #include "frame.h"
 #include "dispextern.h"