X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=rfc822.c;h=4efba8349eb6a79c494cae0d95aa54e9b72fb7dc;hb=9f99b463d27294281c778c9be890499ee1d84799;hp=15b88f05ef476312af280de1d2ec7183ed4768db;hpb=c0db499f36439269c81c0d83fc4655502985bbc5;p=~andy%2Ffetchmail diff --git a/rfc822.c b/rfc822.c index 15b88f05..4efba834 100644 --- a/rfc822.c +++ b/rfc822.c @@ -20,7 +20,11 @@ MIT license. Compile with -DMAIN to build the demonstrator. ******************************************************************************/ +#define _XOPEN_SOURCE 600 +#define __BSD_VISIBLE 1 + #include "config.h" +#include "fetchmail.h" #include #include @@ -28,11 +32,10 @@ MIT license. Compile with -DMAIN to build the demonstrator. #include #include -#include "fetchmail.h" #include "sdump.h" #ifndef MAIN -#include "i18n.h" +#include "gettext.h" #else #include static int verbose;