fmang / opustags

Ogg Opus tags editor
BSD 3-Clause "New" or "Revised" License
75 stars 10 forks source link

Define _GNU_SOURCE for BSD compability #32

Closed fmang closed 4 years ago

fmang commented 4 years ago

Fixes #31

@yurivict could you please try building this branch?

yurivict commented 4 years ago

This patch indeed solves this failure. Thanks!

yurivict commented 4 years ago

But please note that src/cli.cc still doesn't have #include that the getline(3) manpage calls for.

fmang commented 4 years ago

Thanks for testing it!

stdio.h is included indirectly through opustags.h, and since compilers easily detect missing includes, I wouldn’t worry about it.