Skip to content

Commit 267cb65

Browse files
committed
zdb: fix compilation issue on musl
1 parent b6b4b48 commit 267cb65

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libzdb/bootstrap.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
#include <unistd.h>
99
#include <errno.h>
1010
#include <sys/file.h>
11+
#include <fcntl.h>
1112
#include "libzdb.h"
1213
#include "libzdb_private.h"
1314

0 commit comments

Comments
 (0)