diff options
| author | Dana Jansens <danakj@orodu.net> | 2007-07-10 23:58:42 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2007-07-10 23:58:42 +0000 |
| commit | 976d406529c4ea79adc163793ec73178dbc14101 (patch) | |
| tree | 6572ba125360b6a9aff656cefe7d45bfb73a3587 | |
| parent | 76923defe76ce4156f6a4dba3fe8fadc15c79001 (diff) | |
mssing header
| -rw-r--r-- | openbox/actions/kill.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openbox/actions/kill.c b/openbox/actions/kill.c index 755a4daf..5e14cb7c 100644 --- a/openbox/actions/kill.c +++ b/openbox/actions/kill.c @@ -1,5 +1,5 @@ #include "openbox/actions.h" -#include "openbox/stacking.h" +#include "openbox/client.h" static gboolean run_func(ObActionsData *data, gpointer options); |
