diff options
author | portix <portix@gmx.net> | 2011-01-19 00:18:36 +0100 |
---|---|---|
committer | portix <portix@gmx.net> | 2011-01-19 00:18:36 +0100 |
commit | 12e784abba5afd906355e6a133a9f00955e8c3e0 (patch) | |
tree | 7e2673d1ec8b204da1b60902bea36062e18b7d5a /src/commands.h | |
parent | f3f4979afa11e9553ffecfa50fe8bd6e683e3a80 (diff) | |
parent | a94f716d7a050d85408d822c9b7870b6419074bc (diff) | |
download | dwb-12e784abba5afd906355e6a133a9f00955e8c3e0.zip |
new cookie implementation
Diffstat (limited to 'src/commands.h')
-rw-r--r-- | src/commands.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/commands.h b/src/commands.h index f985a1c0..8da9590a 100644 --- a/src/commands.h +++ b/src/commands.h @@ -25,6 +25,7 @@ #include "util.h" #include "view.h" #include "session.h" +#include "soup.h" void dwb_com_simple_command(KeyMap *km); gboolean dwb_com_add_search_field(KeyMap *, Arg *); |