Index: trunk/psLib/src/sysUtils/psString.h
===================================================================
--- trunk/psLib/src/sysUtils/psString.h	(revision 1448)
+++ trunk/psLib/src/sysUtils/psString.h	(revision 2204)
@@ -10,6 +10,6 @@
  *  @author Eric Van Alst, MHPCC
  *
- *  @version $Revision: 1.8 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2004-08-10 01:55:34 $
+ *  @version $Revision: 1.9 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2004-10-27 00:57:31 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -19,4 +19,5 @@
 #define PS_STRING_H
 
+#include "psType.h"
 
 /** This macro will convert the argument to a quoted string */
@@ -62,5 +63,5 @@
     /**< Input string of characters to copy */
 
-    int nChar
+    psS32 nChar
     /**< Number of bytes to allocate for string copy */
 );
