diff options
author | Andrew Bartlett <abartlet@samba.org> | 2009-11-17 15:36:48 +1100 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2009-11-17 16:21:29 +1100 |
commit | dc351a579dbdffc5505205d3e1d5548f5e62336e (patch) | |
tree | 4d8d77db2520d23620ad292b39e9a39532d3aa77 /source4/heimdal/lib/com_err | |
parent | b9e262c51261af275db4d0e7e6e2c7318a41bed0 (diff) | |
download | samba-dc351a579dbdffc5505205d3e1d5548f5e62336e.tar.gz samba-dc351a579dbdffc5505205d3e1d5548f5e62336e.tar.bz2 samba-dc351a579dbdffc5505205d3e1d5548f5e62336e.zip |
s4:heimdal: import lorikeet-heimdal-200911170333 (commit b532c294d974cead40a1183c71be644c6ccc2832)
This fixes up connections to Windows 2003, because the previous import
had a broken arcfour-hmac-md5 implementation (fixed in Heimdal
316fc6ff8ffb0cbb1ef3689685e9977c37405bc4)
Andrew Bartlett
Diffstat (limited to 'source4/heimdal/lib/com_err')
-rw-r--r-- | source4/heimdal/lib/com_err/error.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/heimdal/lib/com_err/error.c b/source4/heimdal/lib/com_err/error.c index d4a42ac5de..854a4b66cb 100644 --- a/source4/heimdal/lib/com_err/error.c +++ b/source4/heimdal/lib/com_err/error.c @@ -38,6 +38,7 @@ #include <stdlib.h> #include <string.h> #include <com_right.h> +#include <roken.h> #ifdef LIBINTL #include <libintl.h> |