mirror of
https://github.com/trapexit/mergerfs.git
synced 2024-11-23 06:18:15 +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…
Reference in New Issue
Block a user