X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=rfc822.c;h=4efba8349eb6a79c494cae0d95aa54e9b72fb7dc;hb=87bcf29364c4640edb87cc2186b965d1a564d70c;hp=2afd82b1ffa7a06e44de6a79311eda7e0273fb60;hpb=62a673b11f3fa98e06ae3159618c8540dfb3c595;p=~andy%2Ffetchmail diff --git a/rfc822.c b/rfc822.c index 2afd82b1..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,7 +32,6 @@ MIT license. Compile with -DMAIN to build the demonstrator. #include #include -#include "fetchmail.h" #include "sdump.h" #ifndef MAIN