fetchmail-friends
[Top] [All Lists]

[fetchmail]fetchmail compile problems in gssapi.c

2001-04-18 12:40:22
I support fetchmail on 7 different platforms, and recently upgraded
from 5.6.2 to 5.7.0.  On two of the platforms, (SunOS 4.1 and Amdahl
UTS 2) gssapi.c failed to compile.  This fixed it for those machines and
didn't break any of the others:

diff -ur fetchmail-5.7.0.orig/gssapi.c fetchmail-5.7.0/gssapi.c
--- fetchmail-5.7.0.orig/gssapi.c       Tue Feb 27 11:19:06 2001
+++ fetchmail-5.7.0/gssapi.c    Wed Apr 18 14:36:50 2001
@@ -17,6 +17,7 @@
 #include  "i18n.h"
 #include "md5.h"
 
+#include <sys/types.h>
 #include <netinet/in.h>  /* for htonl/ntohl */
 
 #ifdef GSSAPI

-- 
Peter Fales                       Lucent Technologies, Room 5B-408
N9IYJ                             2000 N Naperville Rd PO Box 3033
internet: psfales(_at_)lucent(_dot_)com   Naperville, IL 60566-7033
                                  work: (630) 979-8031



<Prev in Thread] Current Thread [Next in Thread>
  • [fetchmail]fetchmail compile problems in gssapi.c, Peter Fales <=