include the header that has gethostname

This commit is contained in:
Mikael Magnusson 2007-04-23 19:02:33 +00:00
parent 141c249b8c
commit 9e7a240dfd
2 changed files with 5 additions and 1 deletions

View file

@ -41,6 +41,10 @@
#include "mouse.h"
#include "render/render.h"
#ifdef HAVE_UNISTD_H
# include <unistd.h>
#endif
#include <glib.h>
#include <X11/Xutil.h>

View file

@ -116,7 +116,7 @@ struct _ObClient
gchar *title;
/*! Window title when iconified */
gchar *icon_title;
/*! Hostname of machine running client */
/*! Hostname of machine running the client */
gchar *client_machine;
/*! The application that created the window */