]> git.kaiwu.me - klib.git/commitdiff
Add missing #include for read(2)
authorJohn Marshall <jmarshall@hey.com>
Wed, 20 Sep 2023 20:22:16 +0000 (08:22 +1200)
committerJohn Marshall <jmarshall@hey.com>
Wed, 20 Sep 2023 20:22:16 +0000 (08:22 +1200)
test/kseq_bench2.c

index b4154583bb29503c75925625c03f193cebc4f43a..3267777a3b00d07825086241cd91b2832baffc12 100644 (file)
@@ -3,6 +3,7 @@
 #include <stdint.h>
 #include <stdlib.h>
 #include <fcntl.h>
+#include <unistd.h>
 #include "kseq.h"
 KSTREAM_INIT(int, read, 4096)