[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#430054: gnome-apt: FTBFS with g++-4.2: 'gettext' was not declared in this scope



tags 430054 + patch
thankyou

Hi,

apparently just a missing #include. Patch attached.


Regards,

Jan
--- src/gdeb/main.cc.orig       2007-06-28 21:30:55.000000000 +0200
+++ src/gdeb/main.cc    2007-06-28 21:27:15.000000000 +0200
@@ -27,6 +27,7 @@
 
 #include "config.h"
 
+#include <libintl.h>
 #include <getopt.h>
 #include <sys/stat.h>
 

Attachment: signature.asc
Description: Digital signature


Reply to: