]> Dogcows Code - chaz/openbox/commitdiff
include the header that has gethostname
authorMikael Magnusson <mikachu@comhem.se>
Mon, 23 Apr 2007 19:02:33 +0000 (19:02 +0000)
committerMikael Magnusson <mikachu@comhem.se>
Mon, 23 Apr 2007 19:02:33 +0000 (19:02 +0000)
openbox/client.c
openbox/client.h

index 2b9d53725680e292d3ebdc813a827fce4b2b128b..013836d11cf47c0a478cb1a64f7988dcbd7bf616 100644 (file)
 #include "mouse.h"
 #include "render/render.h"
 
+#ifdef HAVE_UNISTD_H
+#  include <unistd.h>
+#endif
+
 #include <glib.h>
 #include <X11/Xutil.h>
 
index 4ee4d5c310413d2364d04aaed4496458f24f5acc..38722f421b79824c79ac9721dfaa01e50e80b97f 100644 (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 */
This page took 0.025637 seconds and 4 git commands to generate.