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