2008-10-07 10:48:47 +02:00
|
|
|
--- blackbox-0.70.1/lib/Image.cc.orig 2008-10-03 09:23:56.000000000 +0200
|
|
|
|
+++ blackbox-0.70.1/lib/Image.cc 2008-10-03 09:24:08.000000000 +0200
|
|
|
|
@@ -44,6 +44,7 @@
|
|
|
|
#include <math.h>
|
|
|
|
#include <stdio.h>
|
|
|
|
#include <stdlib.h>
|
|
|
|
+#include <string.h>
|
|
|
|
|
|
|
|
// #define COLORTABLE_DEBUG
|
|
|
|
// #define MITSHM_DEBUG
|
2008-10-07 18:41:51 +02:00
|
|
|
--- blackbox-0.70.1.orig/lib/Resource.cc 2008-10-07 18:32:55.000000000 +0200
|
|
|
|
+++ blackbox-0.70.1/lib/Resource.cc 2008-10-07 18:34:05.000000000 +0200
|
|
|
|
@@ -29,6 +29,7 @@
|
|
|
|
#include <X11/Xresource.h>
|
|
|
|
|
|
|
|
#include <stdio.h>
|
|
|
|
+#include <strings.h>
|
|
|
|
|
|
|
|
|
|
|
|
bt::Resource::Resource(void)
|