Skip to content

Commit

Permalink
Merge pull request #1207 from Crest/freebsd
Browse files Browse the repository at this point in the history
Included SSIZE_MAX from limits.h in src/common.c
  • Loading branch information
Nightwalker-87 authored Jan 1, 2022
2 parents 2b10691 + 60edcf8 commit 7cc1fda
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/common.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

#include <errno.h>
#include <fcntl.h>
#include <limits.h>
#include <sys/stat.h>
#include <sys/types.h>
#include <unistd.h>
Expand Down

0 comments on commit 7cc1fda

Please sign in to comment.