From dd8cb753c16a902b46400eb4e80288cbaa25ba99 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sun, 27 Jan 2008 02:41:21 -0500 Subject: [PATCH] add a missing #include --- openbox/stacking.c | 1 + 1 file changed, 1 insertion(+) diff --git a/openbox/stacking.c b/openbox/stacking.c index 63819ae..92a5285 100644 --- a/openbox/stacking.c +++ b/openbox/stacking.c @@ -25,6 +25,7 @@ #include "group.h" #include "frame.h" #include "window.h" +#include "event.h" #include "debug.h" GList *stacking_list = NULL; -- 1.9.1