X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;ds=inline;f=src%2Fmaemo%2Feasysetup%2Fmodest-easysetup-serversecurity-combo-box.c;h=f2ce3eeb52a203b3e73ad324753fafd80d4696a3;hb=3fdfee96b812d8e1794d388a3975334133ccf61b;hp=5486e12afaf43f7488b47a4d2a5d311bba09c879;hpb=8d7b3c8344fcf5d43924489067d97a8e2ba15ef0;p=modest diff --git a/src/maemo/easysetup/modest-easysetup-serversecurity-combo-box.c b/src/maemo/easysetup/modest-easysetup-serversecurity-combo-box.c index 5486e12..f2ce3ee 100644 --- a/src/maemo/easysetup/modest-easysetup-serversecurity-combo-box.c +++ b/src/maemo/easysetup/modest-easysetup-serversecurity-combo-box.c @@ -3,9 +3,6 @@ * */ -#define _GNU_SOURCE /* So we can use the getline() function, which is a convenient GNU extension. */ -#include - #include "modest-easysetup-serversecurity-combo-box.h" #include #include @@ -15,6 +12,11 @@ #include #include /* For memcpy() */ +/* Include config.h so that _() works: */ +#ifdef HAVE_CONFIG_H +#include +#endif + G_DEFINE_TYPE (EasysetupServersecurityComboBox, easysetup_serversecurity_combo_box, GTK_TYPE_COMBO_BOX); #define SERVERSECURITY_COMBO_BOX_GET_PRIVATE(o) \