From 4fc212ed40c3dc9572e75ab72c5d8254b3be58fa Mon Sep 17 00:00:00 2001 From: Julien Danjou Date: Thu, 6 Sep 2007 19:33:20 +0200 Subject: [PATCH] include config.h --- layouts/tile.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/layouts/tile.h b/layouts/tile.h index 78c55ba2..fb887e25 100644 --- a/layouts/tile.h +++ b/layouts/tile.h @@ -3,6 +3,8 @@ #ifndef JDWM_TILE_H #define JDWM_TILE_H +#include + void uicb_incnmaster(Display *, jdwm_config *, const char *); /* change number of master windows */ void uicb_setmwfact(Display *, jdwm_config *, const char *); /* sets master width factor */ void tile(Display *, jdwm_config *);