From af738349811c010434acfe76b7b453443680fc86 Mon Sep 17 00:00:00 2001 From: Alon Bar-Lev Date: Sun, 21 Jan 2007 20:11:17 +0000 Subject: Added qa patch (Portage version: 2.1.2-r1) --- app-crypt/gpa/files/gpa-0.7.3-qa.patch | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 app-crypt/gpa/files/gpa-0.7.3-qa.patch (limited to 'app-crypt/gpa/files') diff --git a/app-crypt/gpa/files/gpa-0.7.3-qa.patch b/app-crypt/gpa/files/gpa-0.7.3-qa.patch new file mode 100644 index 000000000000..2a24a17faec4 --- /dev/null +++ b/app-crypt/gpa/files/gpa-0.7.3-qa.patch @@ -0,0 +1,14 @@ +diff -urNp gpa-0.7.3.org/src/gpa.c gpa-0.7.3/src/gpa.c +--- gpa-0.7.3.org/src/gpa.c 2006-03-09 14:32:08.000000000 +0200 ++++ gpa-0.7.3/src/gpa.c 2007-01-21 22:10:21.000000000 +0200 +@@ -44,6 +44,10 @@ + #include "keytable.h" + #include "settingsdlg.h" + ++#ifndef G_OS_WIN32 ++#include ++#endif ++ + #ifdef __MINGW32__ + #include "w32reg.h" + #include "hidewnd.h" -- cgit v1.2.3-65-gdbad