diff options
author | portix <portix@gmx.net> | 2011-12-11 00:29:44 +0100 |
---|---|---|
committer | portix <portix@gmx.net> | 2011-12-11 00:29:44 +0100 |
commit | 078584c765359ac1981778e41a7c2961a3e2e5ae (patch) | |
tree | 637dcc91970dce61f8d06704ac0129523f81a976 /src/session.c | |
parent | dc11bea08cd68064f16b6008eaac975da3d8374d (diff) | |
download | dwb-078584c765359ac1981778e41a7c2961a3e2e5ae.zip |
Include only needed headers in source files, don't include in header files; replace strcmp with g_strcmp0; fixing issue with leaving insert-mode in navigation-policy-requested
Diffstat (limited to 'src/session.c')
-rw-r--r-- | src/session.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/session.c b/src/session.c index 77bdb545..54b3488c 100644 --- a/src/session.c +++ b/src/session.c @@ -16,6 +16,10 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ +#include <stdlib.h> +#include "dwb.h" +#include "util.h" +#include "view.h" #include "session.h" /* session_get_groups() return char ** (alloc){{{*/ |