dmenu hg tip misses the include of config.h in draw.c Results in unresolved symbols when compiling
diff -r 5fb4741fa436 draw.c --- a/draw.c Wed Jun 23 14:29:32 2010 +0100 +++ b/draw.c Thu Jun 24 11:11:52 2010 +0200 @@ -7,6 +7,7 @@ #include <string.h> #include <strings.h> #include <X11/Xlib.h> +#include "config.h" #include "draw.h" /* macros */ Surma -- Alexander "cussing-makes-my-arguments-even-more-valid" Surma