From: Ira W. Snyder Date: Wed, 23 Jan 2008 00:44:36 +0000 (-0800) Subject: [Window] Add missing header X-Git-Url: https://www.irasnyder.com/gitweb/?a=commitdiff_plain;h=93db48f0c2f7a1185d4da9d9ab7cde83b9a3aa94;p=tilda-gobject.git [Window] Add missing header 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. --- diff --git a/tilda-window.c b/tilda-window.c index f20b273..87849d8 100644 --- a/tilda-window.c +++ b/tilda-window.c @@ -1,4 +1,5 @@ -#include +#include /* for strcmp() */ +#include /* for gdk_x11_window_set_user_time() */ #include "tilda.h" #include "tilda-window.h"