Skip to content

Commit

Permalink
Merge pull request #1030 from tleedjarv/fsattr-fix
Browse files Browse the repository at this point in the history
Fix potential compilation issue on illumos/Solaris
  • Loading branch information
gdt committed Apr 29, 2024
2 parents c7b411d + b78c14c commit 9786ebb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/props_xattr.c
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,9 @@ CAMLprim value unison_xattr_updates_ctime(value unit)


#if defined(__Solaris__)
#ifndef _ATFILE_SOURCE
#define _ATFILE_SOURCE 1
#endif
#include <errno.h>
#include <sys/types.h>
#include <sys/stat.h>
Expand Down

0 comments on commit 9786ebb

Please sign in to comment.