Index: trunk/psLib/src/collections/psBitSet.c
===================================================================
--- trunk/psLib/src/collections/psBitSet.c	(revision 1162)
+++ trunk/psLib/src/collections/psBitSet.c	(revision 1166)
@@ -10,6 +10,6 @@
  *  @author Ross Harman, MHPCC
  *
- *  @version $Revision: 1.9 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2004-07-01 00:14:25 $
+ *  @version $Revision: 1.10 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2004-07-01 00:45:41 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -23,4 +23,5 @@
 #include <ctype.h>
 #include <math.h>
+#include <stdbool.h>
 
 #include "psBitSet.h"
@@ -140,5 +141,5 @@
 }
 
-int psBitSetTest(const psBitSet *inBitSet, int bit)
+bool psBitSetTest(const psBitSet *inBitSet, int bit)
 {
     char* byte = NULL;
