summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--patch/dragmfact.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/patch/dragmfact.c b/patch/dragmfact.c
index 444557c..3bb111f 100644
--- a/patch/dragmfact.c
+++ b/patch/dragmfact.c
@@ -16,6 +16,7 @@ dragmfact(const Arg *arg)
int oh, ov, ih, iv;
getgaps(m, &oh, &ov, &ih, &iv, &n);
#else
+ Client *c;
for (n = 0, c = nexttiled(m->clients); c; c = nexttiled(c->next), n++);
#endif // VANITYGAPS_PATCH