Index: trunk/psLib/test/sys/tap_psError.c
===================================================================
--- trunk/psLib/test/sys/tap_psError.c	(revision 13009)
+++ trunk/psLib/test/sys/tap_psError.c	(revision 13010)
@@ -5,6 +5,6 @@
  *  @author  Eric Van Alst, MHPCC
  *
- *  @version $Revision: 1.4 $  $Name: not supported by cvs2svn $
- *  @date  $Date: 2007-04-10 21:09:31 $
+ *  @version $Revision: 1.5 $  $Name: not supported by cvs2svn $
+ *  @date  $Date: 2007-04-25 01:07:08 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -15,4 +15,6 @@
 #include <stdlib.h>
 #include <string.h>
+#include <inttypes.h>
+
 #include "pslib.h"
 #include "tap.h"
@@ -53,5 +55,5 @@
             psMemId id = psMemGetId();
             psError(PS_ERR_UNKNOWN, true,
-                    "ALL TYPES intval = %d longval = %lld floatval = %f charval = %c strval = %s",
+                    "ALL TYPES intval = %d longval = %"PRId64 " floatval = %f charval = %c strval = %s",
                     intval,longval,floatval,charval,stringval);
             ok(!psMemCheckLeaks (id, NULL, NULL, false), "no memory leaks");
