# HG changeset patch # User crestani # Date 1111712434 0 # Node ID 800fef0b5c75d92971cb00d4ecf5a3749ba8a4bd # Parent 1b2ac54cf711ec6355bb4b058ce68b0285c0430d [xemacs-hg @ 2005-03-25 01:00:32 by crestani] * device-x.c: Include process.h for egetenv. diff -r 1b2ac54cf711 -r 800fef0b5c75 src/ChangeLog --- a/src/ChangeLog Thu Mar 24 22:51:41 2005 +0000 +++ b/src/ChangeLog Fri Mar 25 01:00:34 2005 +0000 @@ -1,3 +1,7 @@ +2005-03-25 Marcus Crestani + + * device-x.c: Include process.h for egetenv. + 2005-03-24 Aidan Kehoe * device-x.c (x_init_device): Only do the old application class diff -r 1b2ac54cf711 -r 800fef0b5c75 src/device-x.c --- a/src/device-x.c Thu Mar 24 22:51:41 2005 +0000 +++ b/src/device-x.c Fri Mar 25 01:00:34 2005 +0000 @@ -36,6 +36,7 @@ #include "events.h" #include "faces.h" #include "frame-impl.h" +#include "process.h" /* for egetenv */ #include "redisplay.h" #include "sysdep.h" #include "window.h"