From e1c926f53750ca288f30f3d62eecdc763b67d642 Mon Sep 17 00:00:00 2001 From: Wilmer van der Gaast Date: Sun, 31 Jul 2011 16:44:37 +0100 Subject: Facebook authentication. This isn't really OAuth in the end: FB doesn't really support desktop app OAuth in a way that would work with BitlBee. Plus, it's only OAuth-compliant by, err, name? --- lib/md5.c | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/md5.c') diff --git a/lib/md5.c b/lib/md5.c index e989ac6a..355f5495 100644 --- a/lib/md5.c +++ b/lib/md5.c @@ -23,6 +23,7 @@ #include #include /* for memcpy() */ +#include #include "md5.h" static void md5_transform(uint32_t buf[4], uint32_t const in[16]); -- cgit v1.2.3