Skip to content

Commit

Permalink
Cross process lock fix for musl (#1073)
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanHenson authored Nov 7, 2023
1 parent 4a76aa0 commit fb3182c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/posix/cross_process_lock.c
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

#include <aws/common/byte_buf.h>
#include <errno.h>
#include <fcntl.h>
#include <sys/file.h>
#include <unistd.h>

Expand Down

0 comments on commit fb3182c

Please sign in to comment.