Skip to content

Commit baac05d

Browse files
committed
Include missing unistd.h for fsync, unlink, getcwd
1 parent b0fa462 commit baac05d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

io_lib/cram_io.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@
5858
#include <assert.h>
5959
#include <stdlib.h>
6060
#include <string.h>
61+
#include <unistd.h>
6162
#include <zlib.h>
6263
#ifdef HAVE_LIBBZ2
6364
#include <bzlib.h>

0 commit comments

Comments
 (0)