From 10b85ce085e4f2c0d695ee6c92fc26a7c9f456d7 Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Sun, 12 Apr 2020 21:20:03 -0700 Subject: fix newly introduced format errors under 64-bit uint64_t should be used. Signed-off-by: Rosen Penev --- src/common.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/common.c') diff --git a/src/common.c b/src/common.c index a1bfd09..6f113c5 100644 --- a/src/common.c +++ b/src/common.c @@ -25,7 +25,6 @@ #include #endif -#include #include #include #include -- cgit v1.1-32-gdbae