diff -up centerim-4.22.10/libicq2000/libicq2000/sigslot.h.orig centerim-4.22.10/libicq2000/libicq2000/sigslot.h --- centerim-4.22.10/libicq2000/libicq2000/sigslot.h.orig 2011-07-01 18:30:14.000000000 +0200 +++ centerim-4.22.10/libicq2000/libicq2000/sigslot.h 2011-07-01 18:33:37.000000000 +0200 @@ -82,6 +82,7 @@ #ifndef SIGSLOT_H__ #define SIGSLOT_H__ +#include #include #include From ede38abf7d95e80117e4ead893ee7b665b647a78 Mon Sep 17 00:00:00 2001 From: Lubomir Rintel Date: Wed, 10 Apr 2019 17:59:34 +0200 Subject: [PATCH] Fix build with gcc 4.3 auto is a C++ swear word --- src/icqface.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/icqface.h b/src/icqface.h index f933a90..7d5ce7d 100644 --- a/src/icqface.h +++ b/src/icqface.h @@ -245,7 +245,7 @@ class icqface { bool updateconf(icqconf::regsound &s, icqconf::regcolor &c); bool finddialog(imsearchparams &s, findsubject subj); - bool findresults(const imsearchparams &sp, bool auto = false); + bool findresults(const imsearchparams &sp, bool fauto = false); void findready(); bool conferencedialog(protocolname &pname, string &name); -- 2.21.0