diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2010-03-18 23:29:22 +0100 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2010-03-18 23:29:22 +0100 |
commit | 8e4bfa7520c919ec2a7b00067c3348f0d1c73c8d (patch) | |
tree | f5342330bc2dea4ed531ce9ff130cbe2546e1121 /gssapi.c | |
parent | 05cb2b9c62b323a1278c81b6cbe00b2e4186b4f4 (diff) | |
download | fetchmail-8e4bfa7520c919ec2a7b00067c3348f0d1c73c8d.tar.gz fetchmail-8e4bfa7520c919ec2a7b00067c3348f0d1c73c8d.tar.bz2 fetchmail-8e4bfa7520c919ec2a7b00067c3348f0d1c73c8d.zip |
Further type fixes.
Diffstat (limited to 'gssapi.c')
-rw-r--r-- | gssapi.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -15,7 +15,7 @@ #include "socket.h" #include "i18n.h" -#include "md5.h" +#include "fm_md5.h" #include <sys/types.h> #include <netinet/in.h> /* for htonl/ntohl */ |