add header, fix compile warning when printing int64 (use PRIi64)
authorMike Blumenkrantz <michael.blumenkrantz@gmail.com>
Wed, 2 Jun 2010 03:23:49 +0000 (03:23 +0000)
committerMike Blumenkrantz <michael.blumenkrantz@gmail.com>
Wed, 2 Jun 2010 03:23:49 +0000 (03:23 +0000)
SVN revision: 49388

src/bin/e.h
src/bin/e_fm.c

index 0ddd5f9..fac3d03 100644 (file)
@@ -62,6 +62,7 @@ void *alloca (size_t);
 #include <libintl.h>
 #include <errno.h>
 #include <signal.h>
+#include <inttypes.h>
 
 #ifndef _POSIX_HOST_NAME_MAX
 #define _POSIX_HOST_NAME_MAX 255
index de19d40..da13eeb 100644 (file)
@@ -640,7 +640,7 @@ _e_fm2_op_registry_entry_print(const E_Fm2_Op_Registry_Entry *ere)
      status = status_strings[0];
 
    printf("id: %8d, op: %2d [%s] finished: %hhu, needs_attention: %hhu\n"
-         "    %3d%% (%lld/%lld), start_time: %10.0f, eta: %5ds, xwin: %#x\n"
+         "    %3d%% (%"PRIi64"/%"PRIi64"), start_time: %10.0f, eta: %5ds, xwin: %#x\n"
          "    src=[%s]\n"
          "    dst=[%s]\n",
          ere->id, ere->op, status, ere->finished, ere->needs_attention,