public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-analyzer/authforce/files: authforce-0.9.9-locale.patch
@ 2012-06-20 13:02 Justin Lecher (jlec)
  0 siblings, 0 replies; only message in thread
From: Justin Lecher (jlec) @ 2012-06-20 13:02 UTC (permalink / raw
  To: gentoo-commits

jlec        12/06/20 13:02:02

  Added:                authforce-0.9.9-locale.patch
  Log:
  net-analyzer/authforce: Fix missing include which disaalowed O0 builds, #240740
  
  (Portage version: 2.2.0_alpha110/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  net-analyzer/authforce/files/authforce-0.9.9-locale.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/authforce/files/authforce-0.9.9-locale.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/authforce/files/authforce-0.9.9-locale.patch?rev=1.1&content-type=text/plain

Index: authforce-0.9.9-locale.patch
===================================================================
 src/main.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/main.c b/src/main.c
index 0fd275a..296e181 100644
--- a/src/main.c
+++ b/src/main.c
@@ -14,6 +14,7 @@
 #include "extern.h"
 #ifdef ENABLE_NLS
 #define _(x) dgettext(PACKAGE_NAME, x)
+#include <locale.h>
 #else
 #define _(x) (x)
 #endif






^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2012-06-20 13:02 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-20 13:02 [gentoo-commits] gentoo-x86 commit in net-analyzer/authforce/files: authforce-0.9.9-locale.patch Justin Lecher (jlec)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox