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/app-benchmarks/acovea-gtk/files/acovea-gtk-1.0.1-gcc4.3.patch

24 lines
599 B

--- src/settings_window.cc 2005-10-10 06:48:29.000000000 +0200
+++ src/settings_window.cc.new 2009-03-18 18:15:12.000000000 +0100
@@ -6,6 +6,7 @@
// This file is for your program, I won't touch it again!
#include <gtkmm.h>
+#include <cstring>
#include "config.h"
#include "settings_window.hh"
--- src/main_window.cc 2009-03-18 18:16:03.000000000 +0100
+++ src/main_window.cc.new 2009-03-18 18:19:08.000000000 +0100
@@ -9,6 +9,8 @@
#include <gtkmm.h>
#include <gtkmm/main.h>
#include <iomanip>
+#include <cstring>
+#include <sys/stat.h>
#include "config.h"
#include "main_window.hh"