mirror of
https://github.com/brl/mutter.git
synced 2024-11-26 01:50:42 -05:00
Add _XOPEN_SOURCE display.c for gethostname()
We shouldn't need _GNU_SOURCE in delete.c anymore either. https://bugzilla.gnome.org/show_bug.cgi?id=620860
This commit is contained in:
parent
72a19dd448
commit
604da0f6ea
@ -22,8 +22,7 @@
|
|||||||
* 02111-1307, USA.
|
* 02111-1307, USA.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#define _GNU_SOURCE
|
#define _XOPEN_SOURCE /* for kill() */
|
||||||
#define _SVID_SOURCE /* for gethostname() */
|
|
||||||
|
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
#include "util.h"
|
#include "util.h"
|
||||||
|
@ -30,6 +30,8 @@
|
|||||||
* The display is represented as a MetaDisplay struct.
|
* The display is represented as a MetaDisplay struct.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#define _XOPEN_SOURCE 600 /* for gethostname() */
|
||||||
|
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
#include "display-private.h"
|
#include "display-private.h"
|
||||||
#include "util.h"
|
#include "util.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user