mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-05-04 06:46:24 -04:00
Merge branch 'xopen-source' into 'master'
Define _XOPEN_SOURCE in string header See merge request pipewire/pipewire!1263
This commit is contained in:
commit
3d2485cf0e
1 changed files with 1 additions and 0 deletions
|
|
@ -9,6 +9,7 @@
|
||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#define _XOPEN_SOURCE 700
|
||||||
#include <stdarg.h>
|
#include <stdarg.h>
|
||||||
#include <stdbool.h>
|
#include <stdbool.h>
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue