From 03292c4f37523f7fcda8f377d2b961e60b3cf145 Mon Sep 17 00:00:00 2001 From: Alex Elder Date: Mon, 29 Nov 2010 22:14:00 +0000 Subject: [PATCH] xfstests: ensure uint64_t is defined for When compiling "fiemap-tester.c" in my environment, I am getting complaints at the first reference to "uint64_t" in . This simple patch resolves that. Signed-off-by: Alex Elder Reviewed-by: Christoph Hellwig --- src/fiemap-tester.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/fiemap-tester.c b/src/fiemap-tester.c index 138acbf0..f6875af3 100644 --- a/src/fiemap-tester.c +++ b/src/fiemap-tester.c @@ -18,6 +18,7 @@ #include #include +#include #include #include #include -- 2.30.2