diff options
| author | Dana Jansens <danakj@orodu.net> | 2007-04-22 20:37:33 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2007-04-22 20:37:33 +0000 |
| commit | 5f428bdeb20a36f395ddac39ebd7495e19256a49 (patch) | |
| tree | e2b0fea34667a1ccdbd8eb7a99adf43a00bc8d78 | |
| parent | 3265ea9ac14a6cf05e3c2a462fdd81b7fe925c0a (diff) | |
missing a header
| -rw-r--r-- | openbox/popup.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openbox/popup.c b/openbox/popup.c index 031b1d49..88619e77 100644 --- a/openbox/popup.c +++ b/openbox/popup.c @@ -23,6 +23,7 @@ #include "frame.h" #include "client.h" #include "stacking.h" +#include "event.h" #include "screen.h" #include "render/render.h" #include "render/theme.h" |
