X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=src%2Fsysproc.h;h=217f58068b45dd396eb5dce333978f423f121aca;hb=8f201410dbfa76a6807953b876316208832770ed;hp=399f6c88d5501156d16d67f3f572f4c2db1d8d94;hpb=77dcef404dc78635f6ffa8f71a803d2bc7cc8921;p=chise%2Fxemacs-chise.git- diff --git a/src/sysproc.h b/src/sysproc.h index 399f6c8..217f580 100644 --- a/src/sysproc.h +++ b/src/sysproc.h @@ -20,6 +20,9 @@ Boston, MA 02111-1307, USA. */ /* Synched up with: Not really in FSF. */ +#ifndef INCLUDED_sysproc_h_ +#define INCLUDED_sysproc_h_ + #ifdef HAVE_VFORK_H # include #endif @@ -103,3 +106,5 @@ int poll_fds_for_input (SELECT_TYPE mask); /* Damn that local process.h! Instead we can define P_WAIT ourselves. */ #define P_WAIT 1 #endif + +#endif /* INCLUDED_sysproc_h_ */