mirror of
https://github.com/ascii-boxes/boxes.git
synced 2025-01-21 05:08:35 +01:00
Add _DARWIN_C_SOURCE if APPLE (#119)
This commit is contained in:
parent
47b7084fa1
commit
fd65f16827
@ -25,6 +25,10 @@
|
||||
|
||||
#define _GNU_SOURCE
|
||||
|
||||
#elif defined(__APPLE__)
|
||||
|
||||
#define _DARWIN_C_SOURCE
|
||||
|
||||
#elif defined(__sun__)
|
||||
|
||||
#define _POSIX_SOURCE
|
||||
|
Loading…
Reference in New Issue
Block a user