Skip to content

Commit

Permalink
lock: add missing include after 68587e2
Browse files Browse the repository at this point in the history
This is required on e.g. FreeBSD to define S_IRUSR / S_IWUSR.
  • Loading branch information
jbeich committed Nov 13, 2022
1 parent 0b83f9a commit 25c0035
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lock.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
#include <stdio.h>
#include <string.h>
#include <sys/file.h>
#include <sys/stat.h>
#include "log.h"
#include "xmalloc.h"

Expand Down

0 comments on commit 25c0035

Please sign in to comment.