APPROVE COMMIT 21.5
Add missing #include directive for process.h to device-x.c.
src/ChangeLog addition:
2005-03-25  Marcus Crestani  <crestani(a)xemacs.org>
	* device-x.c: Include process.h for egetenv.
xemacs-21.5 source patch:
Diff command:   cvs -q diff -u
Files affected: tests/automated/c-tests.el src/device-x.c
Warning: Remote host denied X11 forwarding. 
Index: src/device-x.c
===================================================================
RCS file: /pack/xemacscvs/XEmacs/xemacs/src/device-x.c,v
retrieving revision 1.62
diff -u -r1.62 device-x.c
--- src/device-x.c	24 Mar 2005 12:18:01 -0000	1.62
+++ src/device-x.c	25 Mar 2005 00:50:36 -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"
-- 
Marcus