JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
fixed some issues due to the Arg->const char * transition
[dwm.git] / layout.c
index 8b4c940..21ee99c 100644 (file)
--- 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;