add a missing #include
authorDana Jansens <danakj@orodu.net>
Sun, 27 Jan 2008 07:41:21 +0000 (02:41 -0500)
committerDana Jansens <danakj@orodu.net>
Sun, 27 Jan 2008 07:41:21 +0000 (02:41 -0500)
openbox/stacking.c

index 63819ae..92a5285 100644 (file)
@@ -25,6 +25,7 @@
 #include "group.h"
 #include "frame.h"
 #include "window.h"
+#include "event.h"
 #include "debug.h"
 
 GList  *stacking_list = NULL;