wmstatus: fix an OpenBSD build warning
Note that _GNU_SOURCE is there to imply _DEFAULT_SOURCE, for BYTE_ORDER.
This commit is contained in:
parent
87e5285622
commit
5c32057c42
|
@ -20,7 +20,9 @@
|
||||||
#define LIBERTY_WANT_ASYNC
|
#define LIBERTY_WANT_ASYNC
|
||||||
#define LIBERTY_WANT_PROTO_MPD
|
#define LIBERTY_WANT_PROTO_MPD
|
||||||
|
|
||||||
#define _GNU_SOURCE // openat
|
// openat, dirfd
|
||||||
|
#define _XOPEN_SOURCE 700
|
||||||
|
#define _GNU_SOURCE
|
||||||
|
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
#undef PROGRAM_NAME
|
#undef PROGRAM_NAME
|
||||||
|
|
Loading…
Reference in New Issue