comparison 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
comparison
equal deleted inserted replaced
815:66265f190a16 816:39b1580316c8
48 #include "insdel.h" 48 #include "insdel.h"
49 #include "lstream.h" 49 #include "lstream.h"
50 #include "opaque.h" 50 #include "opaque.h"
51 #include "process.h" 51 #include "process.h"
52 #include "procimpl.h" 52 #include "procimpl.h"
53 #include "sysdep.h"
53 #include "window.h" 54 #include "window.h"
54 55
55 #include "sysfile.h" 56 #include "sysfile.h"
56 #include "sysproc.h" 57 #include "sysproc.h"
57 #include "syssignal.h" 58 #include "syssignal.h"