From: John Marshall Date: Wed, 20 Sep 2023 20:22:16 +0000 (+1200) Subject: Add missing #include for read(2) X-Git-Url: http://www.kaiwu.me/postgresql/commit/static/gitweb.js?a=commitdiff_plain;h=63c95f83f55469aec433ace455bdaf17d0329d97;p=klib.git Add missing #include for read(2) --- 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)