1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-01 18:00:40 -08:00

Don't include param.h.

This commit is contained in:
Richard M. Stallman 1995-01-08 20:19:47 +00:00
parent 6c0df54af6
commit a0a7635faa

View 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"