include the header that has gethostname
This commit is contained in:
parent
141c249b8c
commit
9e7a240dfd
2 changed files with 5 additions and 1 deletions
|
@ -41,6 +41,10 @@
|
||||||
#include "mouse.h"
|
#include "mouse.h"
|
||||||
#include "render/render.h"
|
#include "render/render.h"
|
||||||
|
|
||||||
|
#ifdef HAVE_UNISTD_H
|
||||||
|
# include <unistd.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
#include <glib.h>
|
#include <glib.h>
|
||||||
#include <X11/Xutil.h>
|
#include <X11/Xutil.h>
|
||||||
|
|
||||||
|
|
|
@ -116,7 +116,7 @@ struct _ObClient
|
||||||
gchar *title;
|
gchar *title;
|
||||||
/*! Window title when iconified */
|
/*! Window title when iconified */
|
||||||
gchar *icon_title;
|
gchar *icon_title;
|
||||||
/*! Hostname of machine running client */
|
/*! Hostname of machine running the client */
|
||||||
gchar *client_machine;
|
gchar *client_machine;
|
||||||
|
|
||||||
/*! The application that created the window */
|
/*! The application that created the window */
|
||||||
|
|
Loading…
Reference in a new issue