You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/x11-misc/bbpager/files/bbpager-0.4.7-gcc43.patch

34 lines
1.0 KiB

diff -urNad bbpager-0.4.7~/src/Baseresource.cxx bbpager-0.4.7/src/Baseresource.cxx
--- bbpager-0.4.7~/src/Baseresource.cxx 2008-03-28 06:55:16.000000000 -0400
+++ bbpager-0.4.7/src/Baseresource.cxx 2008-04-09 21:58:03.000000000 -0400
@@ -20,6 +20,7 @@
//
#include <string>
+#include <cstring>
#include "Baseresource.h"
#include <stdio.h>
#include "Menu.hh"
diff -urNad bbpager-0.4.7~/src/main.cxx bbpager-0.4.7/src/main.cxx
--- bbpager-0.4.7~/src/main.cxx 2008-03-28 06:55:16.000000000 -0400
+++ bbpager-0.4.7/src/main.cxx 2008-04-09 21:58:03.000000000 -0400
@@ -25,6 +25,7 @@
#include <stdio.h>
#include <string>
+#include <cstring>
#include <iostream>
diff -urNad bbpager-0.4.7~/src/resource.cxx bbpager-0.4.7/src/resource.cxx
--- bbpager-0.4.7~/src/resource.cxx 2007-03-11 17:47:07.000000000 -0400
+++ bbpager-0.4.7/src/resource.cxx 2008-04-09 21:58:39.000000000 -0400
@@ -19,6 +19,7 @@
// (See the included file COPYING / GPL-2.0)
//
+#include <cstring>
#include "resource.h"
#include "blackboxstyle.h"