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