Skip to content

Commit 63c95f8

Browse files
committed
Add missing #include for read(2)
1 parent e90f6e8 commit 63c95f8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/kseq_bench2.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
#include <stdint.h>
44
#include <stdlib.h>
55
#include <fcntl.h>
6+
#include <unistd.h>
67
#include "kseq.h"
78
KSTREAM_INIT(int, read, 4096)
89

0 commit comments

Comments
 (0)