[Window] Add missing header
authorIra W. Snyder <devel@irasnyder.com>
Wed, 23 Jan 2008 00:44:36 +0000 (16:44 -0800)
committerIra W. Snyder <devel@irasnyder.com>
Wed, 23 Jan 2008 00:44:36 +0000 (16:44 -0800)
This adds a missing header which caused a warning (but not a compile
failure). It also adds a couple of comments detailing why we have
included certain headers.

tilda-window.c

index f20b273..87849d8 100644 (file)
@@ -1,4 +1,5 @@
-#include <string.h>
+#include <string.h> /* for strcmp() */
+#include <gdk/gdkx.h> /* for gdk_x11_window_set_user_time() */
 
 #include "tilda.h"
 #include "tilda-window.h"