diff options
| -rw-r--r-- | slock.c | 4 | 
1 files changed, 2 insertions, 2 deletions
| @@ -31,8 +31,6 @@ enum {  	NUMCOLS  }; -#include "config.h" -  struct lock {  	int screen;  	Window root, win; @@ -46,6 +44,8 @@ struct xrandr {  	int errbase;  }; +#include "config.h" +  static void  die(const char *errstr, ...)  { | 
