diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-03-24 22:07:30 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-03-24 22:07:30 +0000 |
| commit | 434ed8b0bbb42037954e307e5ddc65819261286e (patch) | |
| tree | 9ae360db1963c3b177ff105bd0f8cd485f9ce001 | |
| parent | 22be74583bcf40fd5e762eb818676aa12f7152c4 (diff) | |
add action.h for menu entries
| -rw-r--r-- | openbox/menu.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openbox/menu.h b/openbox/menu.h index d1a99dcf..7c397602 100644 --- a/openbox/menu.h +++ b/openbox/menu.h @@ -1,6 +1,7 @@ #ifndef __menu_h #define __menu_h +#include "action.h" #include <glib.h> typedef struct Menu { |
