summarylogtreecommitdiffstats
path: root/missing-declarations.patch
diff options
context:
space:
mode:
authorBuildTools2016-02-10 23:51:39 -0800
committerBuildTools2016-02-10 23:51:39 -0800
commit12480cda653d670443fbfbd2fb8469c8d6f0febd (patch)
tree3c81d4a36b354d7e79d059c55083a975d1c4f74c /missing-declarations.patch
downloadaur-12480cda653d670443fbfbd2fb8469c8d6f0febd.tar.gz
init
Diffstat (limited to 'missing-declarations.patch')
-rw-r--r--missing-declarations.patch47
1 files changed, 47 insertions, 0 deletions
diff --git a/missing-declarations.patch b/missing-declarations.patch
new file mode 100644
index 000000000000..3d918e2ddb5a
--- /dev/null
+++ b/missing-declarations.patch
@@ -0,0 +1,47 @@
+Common subdirectories: a/colors and b/colors
+Common subdirectories: a/faces and b/faces
+diff -u a/gtkasset.cpp b/gtkasset.cpp
+--- a/gtkasset.cpp 2004-06-04 03:26:55.000000000 -0700
++++ b/gtkasset.cpp 2012-04-21 22:14:53.537082591 -0700
+@@ -21,6 +21,7 @@
+
+ #include <glib.h>
+ #include <stdio.h>
++#include <cstring>
+
+ #include "gtkmain.h"
+ #include "gtkasset.h"
+diff -u a/gtkbigpage.cpp b/gtkbigpage.cpp
+--- a/gtkbigpage.cpp 2004-06-04 03:26:55.000000000 -0700
++++ b/gtkbigpage.cpp 2012-04-21 22:26:34.480395350 -0700
+@@ -22,6 +22,7 @@
+ #include <sys/stat.h>
+ #include <sys/types.h>
+ #include <unistd.h>
++#include <cstring>
+
+ #include "gtkbigpage.h"
+ #include "gtkmain.h"
+diff -u a/gtkbigpage.h b/gtkbigpage.h
+--- a/gtkbigpage.h 2004-06-04 03:26:55.000000000 -0700
++++ b/gtkbigpage.h 2012-04-21 22:18:20.940409836 -0700
+@@ -33,6 +33,8 @@
+ gpointer BubbleWatcher(gpointer local);
+ gpointer DLWatcher(gpointer local);
+
++class GtkBubble;
++
+ class BigPage : PalCallback{
+ public:
+ BigPage(GtkWidget * Notebook, GtkWidget * LogNotebook);
+diff -u a/gtkbubble.cpp b/gtkbubble.cpp
+--- a/gtkbubble.cpp 2004-06-04 03:26:55.000000000 -0700
++++ b/gtkbubble.cpp 2012-04-21 22:23:50.803733488 -0700
+@@ -19,6 +19,7 @@
+
+ #include "gtkbubble.h"
+ #include "gtkmain.h"
++#include <cstring>
+
+ GtkBubble::GtkBubble(BigPage * owner){
+ this->owner = owner;