]> git.meshlink.io Git - meshlink/commit
Fix compilation error on macOS.
authorGuus Sliepen <guus@meshlink.io>
Fri, 9 Apr 2021 18:39:34 +0000 (20:39 +0200)
committerGuus Sliepen <guus@meshlink.io>
Fri, 9 Apr 2021 18:39:34 +0000 (20:39 +0200)
commitde79d7dafdf1430176f5e539c9a026baa8452d6f
tree63c2e231f32cc7c831efe32808e3164bbeb5839a
parentb052a89622c02b5888c0ca61e52b19e9dbec29c8
Fix compilation error on macOS.

For some reason, macOS doesn't define asprintf() if you #define both
_GNU_SOURCE and _POSIX_C_SOURCE but no other feature macros.
test/utils.c