Skip to content

Commit 91a08f5

Browse files
hummeltechǝɹʇʇɐʃǝ◖ xıʃǝɟ
authored andcommitted
Fix macOS build support
1 parent 6e2ac99 commit 91a08f5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/mod_tile.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ APLOG_USE_MODULE(tile);
8383
#define APACHE24 1
8484
#endif
8585

86-
#if defined(__FreeBSD__) && !defined(s6_addr32)
86+
#if (defined(__FreeBSD__) || defined(__MACH__)) && !defined(s6_addr32)
8787
#define s6_addr32 __u6_addr.__u6_addr32
8888
#endif
8989

0 commit comments

Comments
 (0)