blackbox (0.70.1-2.2) util/bsetroot.cc

Summary

 util/bsetroot.cc |    3 +++
 1 file changed, 3 insertions(+)

    
download this patch

Patch contents

--- blackbox-0.70.1.orig/util/bsetroot.cc
+++ blackbox-0.70.1/util/bsetroot.cc
@@ -27,11 +27,14 @@
 #include <Pen.hh>
 #include <Texture.hh>
 
+#include <cstdlib>
 #include <cctype>
 
 #include <X11/Xatom.h>
 #include <stdio.h>
 
+#include <cstring>
+
 
 // ignore all X errors
 static int x11_error(::Display *, XErrorEvent *)