From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1PDGGT-0005KW-EB for garchives@archives.gentoo.org; Tue, 02 Nov 2010 12:47:01 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 91ABFE0648; Tue, 2 Nov 2010 12:46:56 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 74000E0648 for ; Tue, 2 Nov 2010 12:46:56 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E292C1B40CB for ; Tue, 2 Nov 2010 12:46:55 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2166) id 8288220051; Tue, 2 Nov 2010 12:46:54 +0000 (UTC) From: "Samuli Suominen (ssuominen)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, ssuominen@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in x11-misc/xfe/files: xfe-1.32.2-missing_Xlib_h.patch X-VCS-Repository: gentoo-x86 X-VCS-Files: xfe-1.32.2-missing_Xlib_h.patch X-VCS-Directories: x11-misc/xfe/files X-VCS-Committer: ssuominen X-VCS-Committer-Name: Samuli Suominen Content-Type: text/plain; charset=utf8 Message-Id: <20101102124654.8288220051@flycatcher.gentoo.org> Date: Tue, 2 Nov 2010 12:46:54 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: e9dd3f98-bac5-4cc1-956e-ea3189972e9e X-Archives-Hash: 597cdaa4ad3915f4c86f04709ee0153b ssuominen 10/11/02 12:46:54 Added: xfe-1.32.2-missing_Xlib_h.patch Log: Fix building with USE=3D"-startup-notification" wrt #343825 by Diego El= io Petten=C3=B2. =20 (Portage version: 2.2.0_alpha3/cvs/Linux x86_64) Revision Changes Path 1.1 x11-misc/xfe/files/xfe-1.32.2-missing_Xlib_h.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xfe/files= /xfe-1.32.2-missing_Xlib_h.patch?rev=3D1.1&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xfe/files= /xfe-1.32.2-missing_Xlib_h.patch?rev=3D1.1&content-type=3Dtext/plain Index: xfe-1.32.2-missing_Xlib_h.patch =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D http://bugs.gentoo.org/343825 --- src/ViewWindow.cpp +++ src/ViewWindow.cpp @@ -12,6 +12,8 @@ #include #include =20 +#include + #include #include #include --- src/WriteWindow.cpp +++ src/WriteWindow.cpp @@ -12,6 +12,8 @@ #include #include =20 +#include + #include #include #include --- src/XFileExplorer.cpp +++ src/XFileExplorer.cpp @@ -8,6 +8,8 @@ #include #include =20 +#include + #include #include #include