]> Pileus Git - ~andy/fetchmail/blobdiff - rfc822.c
Fix typo repsonsible -> responsible.
[~andy/fetchmail] / rfc822.c
index 6ac353cb2de40add60e2e6e9c13f283e3dea097d..4efba8349eb6a79c494cae0d95aa54e9b72fb7dc 100644 (file)
--- a/rfc822.c
+++ b/rfc822.c
@@ -21,8 +21,10 @@ MIT license.  Compile with -DMAIN to build the demonstrator.
 ******************************************************************************/
 
 #define _XOPEN_SOURCE 600
+#define __BSD_VISIBLE 1
 
 #include "config.h"
+#include "fetchmail.h"
 
 #include  <stdio.h>
 #include  <ctype.h>
@@ -30,7 +32,6 @@ MIT license.  Compile with -DMAIN to build the demonstrator.
 #include  <strings.h>
 #include  <stdlib.h>
 
-#include "fetchmail.h"
 #include "sdump.h"
 
 #ifndef MAIN