aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/xterm.c3
1 files changed, 2 insertions, 1 deletions
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. */
64#include <errno.h> 64#include <errno.h>
65#include <setjmp.h> 65#include <setjmp.h>
66#include <sys/stat.h> 66#include <sys/stat.h>
67#include <sys/param.h> 67/* Caused redefinition of DBL_DIG on Netbsd; seems not to be needed. */
68/* #include <sys/param.h> */
68 69
69#include "frame.h" 70#include "frame.h"
70#include "dispextern.h" 71#include "dispextern.h"