diff options
| author | Dana Jansens <danakj@orodu.net> | 2008-01-27 02:41:21 -0500 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2008-01-27 02:41:21 -0500 |
| commit | dd8cb753c16a902b46400eb4e80288cbaa25ba99 (patch) | |
| tree | 40081839a9f2189613aacfe3e8a9cebccdc86190 /openbox | |
| parent | 8af80aa8dd47090bc418c6cf7e1c3894621566b7 (diff) | |
add a missing #include
Diffstat (limited to 'openbox')
| -rw-r--r-- | openbox/stacking.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openbox/stacking.c b/openbox/stacking.c index 63819ae2..92a5285d 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; |
