diff src/getpagesize.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 c5d627a313b1
children 697ef44129c6
line wrap: on
line diff
--- a/src/getpagesize.h	Mon Aug 13 11:12:06 2007 +0200
+++ b/src/getpagesize.h	Mon Aug 13 11:13:30 2007 +0200
@@ -17,6 +17,9 @@
 
 /* Synched up with: FSF 19.30. */
 
+#ifndef INCLUDED_getpagesize_h_
+#define INCLUDED_getpagesize_h_
+
 /* Emulate getpagesize on systems that lack it.  */
 
 #if 0
@@ -64,3 +67,4 @@
 #endif /* _SC_PAGESIZE */
 #endif /* not HAVE_GETPAGESIZE */
 
+#endif /* INCLUDED_getpagesize_h_ */