commit 6d75d6e2dc96e6df2e71ef4894295d01a7e235f2 (tree) parent 96acf866bffb3c17289543e167fe58552b147792 Author: Motiejus Jakštys <motiejus@jakstys.lt> Date: Mon, 29 Jun 2026 16:35:13 +0000 fix on mac Diffstat:
| M | stagit.c | | | 3 | +++ |
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/stagit.c b/stagit.c @@ -1,3 +1,6 @@ +#ifdef __APPLE__ +#define _DARWIN_C_SOURCE +#endif #include <sys/stat.h> #include <sys/types.h>