Index: trunk/psLib/src/sys/psMemory.h
===================================================================
--- trunk/psLib/src/sys/psMemory.h	(revision 1204)
+++ trunk/psLib/src/sys/psMemory.h	(revision 1233)
@@ -14,6 +14,6 @@
  *  @ingroup MemoryManagement
  *
- *  @version $Revision: 1.20 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2004-07-09 02:45:42 $
+ *  @version $Revision: 1.21 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2004-07-15 23:52:34 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -21,4 +21,5 @@
 
 #include <stdio.h>                      // needed for FILE
+#include <stdbool.h>
 #include <pthread.h>                    // we need a mutex to make this stuff thread safe.
 
@@ -208,5 +209,5 @@
  */
 int psMemCheckCorruption(
-    int abort_on_error              ///< Abort on detecting corruption?
+    bool abort_on_error              ///< Abort on detecting corruption?
 );
 
