From 310de947c0ba5fe44274c88116f14fa98bf4dc82 Mon Sep 17 00:00:00 2001 From: krion Date: Sun, 19 Oct 2003 11:28:11 +0000 Subject: - Fix build on -current PR: 58235 Submitted by: maintainer --- x11-wm/blackbox/files/patch-src::Window.cc | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 x11-wm/blackbox/files/patch-src::Window.cc (limited to 'x11-wm/blackbox/files') diff --git a/x11-wm/blackbox/files/patch-src::Window.cc b/x11-wm/blackbox/files/patch-src::Window.cc new file mode 100644 index 000000000000..ec6c3afd4e04 --- /dev/null +++ b/x11-wm/blackbox/files/patch-src::Window.cc @@ -0,0 +1,10 @@ +--- src/Window.cc.orig Wed Aug 13 12:40:02 2003 ++++ src/Window.cc Wed Aug 13 12:41:03 2003 +@@ -44,6 +44,8 @@ + #endif // HAVE_STDLIB_H + } ++#include ++ + #include "i18n.hh" + #include "blackbox.hh" + #include "GCCache.hh" -- cgit