summaryrefslogtreecommitdiff
path: root/wm/blackbox70/patches/patch-util-bsetroot.cc
blob: 173592cfe8e6d86b32c91d1b6194707313beddda (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$NetBSD: patch-util-bsetroot.cc,v 1.1 2011/11/22 20:02:48 joerg Exp $

--- util/bsetroot.cc.orig	2011-11-22 19:00:21.000000000 +0000
+++ util/bsetroot.cc
@@ -31,7 +31,8 @@
 
 #include <X11/Xatom.h>
 #include <stdio.h>
-
+#include <stdlib.h>
+#include <string.h>
 
 // ignore all X errors
 static int x11_error(::Display *, XErrorEvent *)