From 77b26fa89a7c5800b7009897a26e2b35279b369c Mon Sep 17 00:00:00 2001 From: nikita Date: Mon, 12 Sep 2005 15:48:08 +0000 Subject: [PATCH] add explicit atoll() declaration to keep gcc happy. --- lustre/tests/random-reads.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lustre/tests/random-reads.c b/lustre/tests/random-reads.c index 27ce5bf..178ecc1 100644 --- a/lustre/tests/random-reads.c +++ b/lustre/tests/random-reads.c @@ -34,6 +34,8 @@ #include #include +long long atoll(const char *nptr); + static void usage(void) { printf("random-reads: read random chunks of a file.\n"); -- 1.8.3.1