Update of /cvsroot/blackboxwm/blackbox/util
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv14542/util
Modified Files:
bsetroot.cc
Log Message:
#include <stdlib.h>, as pointed out in bug 1709671
Index: bsetroot.cc
===================================================================
RCS file: /cvsroot/blackboxwm/blackbox/util/bsetroot.cc,v
retrieving revision 1.51
retrieving revision 1.52
diff -C2 -d -r1.51 -r1.52
*** bsetroot.cc 15 Mar 2005 07:01:37 -0000 1.51
--- bsetroot.cc 17 May 2007 18:57:28 -0000 1.52
***************
*** 32,35 ****
--- 32,36 ----
#include <X11/Xatom.h>
#include <stdio.h>
+ #include <stdlib.h>
|