mirror of
https://github.com/trapexit/mergerfs.git
synced 2025-02-02 11:11:02 +08:00
add time.h to fix compiling on some platforms
This commit is contained in:
parent
a7cddefcc9
commit
7296d3d90d
|
@ -16,6 +16,7 @@
|
|||
|
||||
#include <stdint.h>
|
||||
#include <stdlib.h>
|
||||
#include <time.h>
|
||||
|
||||
#include <string>
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user