diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2001-02-19 21:49:12 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2001-02-19 21:49:12 +0000 |
commit | a7e571bebc4a74bd23da0a6a1ec0203ae45a22e2 (patch) | |
tree | c890f9d701c83f3cabcf92ddc3539b6f8e81cc8e /kerberos.c | |
parent | da3a69e244c3b9aeb7f25129814ef9f56fd3b1dd (diff) | |
download | fetchmail-a7e571bebc4a74bd23da0a6a1ec0203ae45a22e2.tar.gz fetchmail-a7e571bebc4a74bd23da0a6a1ec0203ae45a22e2.tar.bz2 fetchmail-a7e571bebc4a74bd23da0a6a1ec0203ae45a22e2.zip |
Port fix.
svn path=/trunk/; revision=3127
Diffstat (limited to 'kerberos.c')
-rw-r--r-- | kerberos.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -13,6 +13,7 @@ #include "fetchmail.h" #include "socket.h" +#include <sys/types.h> #include <netinet/in.h> /* for htonl/ntohl */ #ifdef KERBEROS_V4 |