Xinqi Bao's Git
projects
/
dwm.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
raw
| inline |
side by side
fixed some issues due to the Arg->const char * transition
[dwm.git]
/
layout.c
diff --git
a/layout.c
b/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;