From 63c95f83f55469aec433ace455bdaf17d0329d97 Mon Sep 17 00:00:00 2001 From: John Marshall Date: Thu, 21 Sep 2023 08:22:16 +1200 Subject: [PATCH] Add missing #include for read(2) --- test/kseq_bench2.c | 1 + 1 file changed, 1 insertion(+) diff --git a/test/kseq_bench2.c b/test/kseq_bench2.c index b415458..3267777 100644 --- a/test/kseq_bench2.c +++ b/test/kseq_bench2.c @@ -3,6 +3,7 @@ #include #include #include +#include #include "kseq.h" KSTREAM_INIT(int, read, 4096) -- 2.47.3