add a missing #include

This commit is contained in:
Dana Jansens 2008-01-27 02:41:21 -05:00
parent 8af80aa8dd
commit dd8cb753c1

View file

@ -25,6 +25,7 @@
#include "group.h"
#include "frame.h"
#include "window.h"
#include "event.h"
#include "debug.h"
GList *stacking_list = NULL;