Index: trunk/psLib/test/sysUtils/tst_psHash02.c
===================================================================
--- trunk/psLib/test/sysUtils/tst_psHash02.c	(revision 560)
+++ trunk/psLib/test/sysUtils/tst_psHash02.c	(revision 584)
@@ -6,4 +6,5 @@
  *****************************************************************************/
 #include <stdio.h>
+#include <string.h>
 #include "pslib.h"
 #include "psTest.h"
@@ -32,5 +33,5 @@
 }
 
-main()
+int main()
 {
     psHash *myHashTable = NULL;
@@ -68,4 +69,4 @@
                 testStatus);
 
-    exit(!testStatus);
+    return (!testStatus);
 }
