diff src/syswait.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 3ecd8885ac67
children 04bc9d2f42c7
line wrap: on
line diff
--- a/src/syswait.h	Mon Aug 13 11:32:27 2007 +0200
+++ b/src/syswait.h	Mon Aug 13 11:33:38 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_ */