Mercurial > hg > xemacs-beta
diff src/sysfile.h @ 440:8de8e3f6228a r21-2-28
Import from CVS: tag r21-2-28
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:33:38 +0200 |
parents | 84b14dcb0985 |
children | abe6d1db359e |
line wrap: on
line diff
--- a/src/sysfile.h Mon Aug 13 11:32:27 2007 +0200 +++ b/src/sysfile.h Mon Aug 13 11:33:38 2007 +0200 @@ -20,6 +20,9 @@ /* Synched up with: Not really in FSF. */ +#ifndef INCLUDED_sysfile_h_ +#define INCLUDED_sysfile_h_ + #include <errno.h> #ifndef WINDOWSNT @@ -478,3 +481,5 @@ #if !defined (ENCAPSULATE_EXECVP) && defined (DONT_ENCAPSULATE) # define sys_execvp execvp #endif + +#endif /* INCLUDED_sysfile_h_ */