mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-05-04 06:46:24 -04:00
Define _XOPEN_SOURCE in string header
May be needed by applications including this header for locale. Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
This commit is contained in:
parent
774ade1467
commit
313847ba75
1 changed files with 1 additions and 0 deletions
|
|
@ -29,6 +29,7 @@
|
|||
extern "C" {
|
||||
#endif
|
||||
|
||||
#define _XOPEN_SOURCE 700
|
||||
#include <stdarg.h>
|
||||
#include <stdbool.h>
|
||||
#include <errno.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue