aboutsummaryrefslogtreecommitdiff
path: root/cbs.h
diff options
context:
space:
mode:
Diffstat (limited to 'cbs.h')
-rw-r--r--cbs.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/cbs.h b/cbs.h
index 789f532..6408519 100644
--- a/cbs.h
+++ b/cbs.h
@@ -50,6 +50,10 @@
# error "Non-POSIX platform detected"
#endif
+#ifdef __APPLE__
+# define st_mtim st_mtimespec
+#endif
+
#include <sys/stat.h>
#include <sys/wait.h>