all repos — openbox @ 9e7a240dfd75368e1a79c6adb873a2c686639adb

openbox fork - make it a bit more like ryudo

include the header that has gethostname
Mikael Magnusson mikachu@comhem.se
commit

9e7a240dfd75368e1a79c6adb873a2c686639adb

parent

141c249b8cd3b94a722acc8c0225b3cbf83e5042

2 files changed, 5 insertions(+), 1 deletions(-)

jump to
M openbox/client.copenbox/client.c

@@ -41,6 +41,10 @@ #include "keyboard.h"

#include "mouse.h" #include "render/render.h" +#ifdef HAVE_UNISTD_H +# include <unistd.h> +#endif + #include <glib.h> #include <X11/Xutil.h>
M openbox/client.hopenbox/client.h

@@ -116,7 +116,7 @@ /*! Normal window title */

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 */