mirror of
https://github.com/trapexit/mergerfs.git
synced 2025-02-24 04:21:56 +08:00
include sys/types.h to pick up ssize_t
This commit is contained in:
parent
709dda5069
commit
2ee6b4f581
@ -15,6 +15,7 @@
|
||||
*/
|
||||
|
||||
#include <errno.h>
|
||||
#include <sys/types.h>
|
||||
|
||||
namespace fs
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user