From 825b7c3eb17fd0a79005110bf28e92c4ed2f1a90 Mon Sep 17 00:00:00 2001 From: "Anselm R. Garbe" Date: Thu, 22 Feb 2007 12:00:02 +0100 Subject: fixed some issues due to the Arg->const char * transition --- layout.c | 1 + 1 file changed, 1 insertion(+) (limited to 'layout.c') diff --git a/layout.c b/layout.c index 8b4c940..21ee99c 100644 --- a/layout.c +++ b/layout.c @@ -2,6 +2,7 @@ * See LICENSE file for license details. */ #include "dwm.h" +#include unsigned int blw = 0; Layout *lt = NULL; -- cgit v1.2.3-54-g00ecf