diff src/process.c @ 816:39b1580316c8

[xemacs-hg @ 2002-04-15 09:42:17 by ben] fix compilation problem process.c: Need sysdep.h for environ.
author ben
date Mon, 15 Apr 2002 09:42:19 +0000
parents a634e3b7acc8
children 6728e641994e
line wrap: on
line diff
--- a/src/process.c	Sun Apr 14 17:40:13 2002 +0000
+++ b/src/process.c	Mon Apr 15 09:42:19 2002 +0000
@@ -50,6 +50,7 @@
 #include "opaque.h"
 #include "process.h"
 #include "procimpl.h"
+#include "sysdep.h"
 #include "window.h"
 
 #include "sysfile.h"