changeset 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 66265f190a16
children ece8c2170578
files src/ChangeLog src/process.c
diffstat 2 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Sun Apr 14 17:40:13 2002 +0000
+++ b/src/ChangeLog	Mon Apr 15 09:42:19 2002 +0000
@@ -1,3 +1,7 @@
+2002-04-15  Ben Wing  <ben@xemacs.org>
+
+	* process.c: Need sysdep.h for environ.
+
 2002-04-14  Ben Wing  <ben@xemacs.org>
 
 	* lisp.h:
--- 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"