diff options
| author | Richard M. Stallman | 1995-01-08 20:19:47 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1995-01-08 20:19:47 +0000 |
| commit | a0a7635faa584d7ceb20c0b05d23bf09da2e54a4 (patch) | |
| tree | 6d30770d72ab7228c9cd339b9313012d8b5961a5 /src | |
| parent | 6c0df54af639ba5de66349c9ebe8b4ddbe02299f (diff) | |
| download | emacs-a0a7635faa584d7ceb20c0b05d23bf09da2e54a4.tar.gz emacs-a0a7635faa584d7ceb20c0b05d23bf09da2e54a4.zip | |
Don't include param.h.
Diffstat (limited to 'src')
| -rw-r--r-- | src/xterm.c | 3 |
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" |