X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=fish%2Ftime.c;h=931403f2b1a1760c1b699986941378513f6e9fe1;hb=6f09e4774ce64a15424a2601df10326d764cc7f7;hp=f2fa0fcf9becfa849783a67ce787f214d743ebd8;hpb=0003ea2c3dbaa7e22f4f616539136821d80694b8;p=libguestfs.git diff --git a/fish/time.c b/fish/time.c index f2fa0fc..931403f 100644 --- a/fish/time.c +++ b/fish/time.c @@ -22,11 +22,12 @@ #include #include #include +#include #include "fish.h" int -run_time (const char *cmd, int argc, char *argv[]) +run_time (const char *cmd, size_t argc, char *argv[]) { struct timeval start_t, end_t; int64_t start_us, end_us, elapsed_us;