diff src/syswait.h @ 398:74fd4e045ea6 r21-2-29

Import from CVS: tag r21-2-29
author cvs
date Mon, 13 Aug 2007 11:13:30 +0200
parents 15872534500d
children 697ef44129c6
line wrap: on
line diff
--- a/src/syswait.h	Mon Aug 13 11:12:06 2007 +0200
+++ b/src/syswait.h	Mon Aug 13 11:13:30 2007 +0200
@@ -19,7 +19,8 @@
 the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
 Boston, MA 02111-1307, USA.  */
 
-/* Cleanup by Martin Buchholz for Autoconf 2 (see the Autoconf Manual) */
+#ifndef INCLUDED_syswait_h_
+#define INCLUDED_syswait_h_
 
 #include <sys/types.h>
 
@@ -52,3 +53,4 @@
 #define WRETCODE(s) ((s) >> 8)
 #endif
 
+#endif /* INCLUDED_syswait_h_ */