add _GNU_SOURCE

This commit is contained in:
Wim Taymans 2019-01-08 17:35:54 +01:00
parent 5680e29716
commit 491a7679f8
2 changed files with 1 additions and 2 deletions

View file

@ -17,8 +17,6 @@
* Boston, MA 02110-1301, USA.
*/
#define _GNU_SOURCE
#include <errno.h>
#include <spa/param/props.h>

View file

@ -37,6 +37,7 @@ pipewire_mainloop_glib_sources = [
pipewire_pulseaudio_c_args = [
'-DHAVE_CONFIG_H',
'-D_GNU_SOURCE',
'-DPIC',
]