From 93db48f0c2f7a1185d4da9d9ab7cde83b9a3aa94 Mon Sep 17 00:00:00 2001 From: "Ira W. Snyder" Date: Tue, 22 Jan 2008 16:44:36 -0800 Subject: [PATCH] [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. --- tilda-window.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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" -- 2.34.1