aboutsummarylogtreecommitdiffstats
path: root/layout.c
diff options
context:
space:
mode:
authorAnselm R. Garbe2007-02-22 12:00:02 +0100
committerAnselm R. Garbe2007-02-22 12:00:02 +0100
commit20d49244d80bd4809c183356dfecd61b2b74da53 (patch)
treeb6d433925e091954c6ccc9db460c0e154b66b6c9 /layout.c
parentc3afbff01d28ab7a407f9abff5e7958cc107e591 (diff)
downloadaur-20d49244d80bd4809c183356dfecd61b2b74da53.tar.gz
fixed some issues due to the Arg->const char * transition
Diffstat (limited to 'layout.c')
-rw-r--r--layout.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/layout.c b/layout.c
index 8b4c940fe614..21ee99c3febf 100644
--- a/layout.c
+++ b/layout.c
@@ -2,6 +2,7 @@
* See LICENSE file for license details.
*/
#include "dwm.h"
+#include <stdlib.h>
unsigned int blw = 0;
Layout *lt = NULL;