diff options
Diffstat (limited to 'layout.c')
-rw-r--r-- | layout.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2,6 +2,7 @@ * See LICENSE file for license details. */ #include "dwm.h" +#include <stdlib.h> unsigned int blw = 0; Layout *lt = NULL; |