Mercurial > hg > xemacs-beta
diff src/filelock.c @ 854:1d8fb2eee1bb
[xemacs-hg @ 2002-05-28 16:06:58 by didierv]
Fix header inclusion order
author | didierv |
---|---|
date | Tue, 28 May 2002 16:07:03 +0000 |
parents | e7ee5f8bde58 |
children | 84762348c6f9 |
line wrap: on
line diff
--- a/src/filelock.c Tue May 28 08:45:36 2002 +0000 +++ b/src/filelock.c Tue May 28 16:07:03 2002 +0000 @@ -29,7 +29,8 @@ #include "sysfile.h" #include "sysdir.h" #include "syspwd.h" -#include "syssignal.h" /* for kill */ +#include "syssignal.h" /* for kill. Always include before sysproc.h + -- didier */ #include "sysproc.h" /* for qxe_getpid() */ Lisp_Object Qask_user_about_supersession_threat;