fixed some issues due to the Arg->const char * transition

This commit is contained in:
Anselm R. Garbe
2007-02-22 12:00:02 +01:00
parent ba96131af0
commit 825b7c3eb1
2 changed files with 10 additions and 9 deletions

View File

@ -2,6 +2,7 @@
* See LICENSE file for license details.
*/
#include "dwm.h"
#include <stdlib.h>
unsigned int blw = 0;
Layout *lt = NULL;