From 83e82dba47aced4a93f9e431b4d8bca94c2f8517 Mon Sep 17 00:00:00 2001 From: Linus Nordberg Date: Thu, 11 Nov 2010 10:30:35 +0100 Subject: Bringing up TLS connections working. NOTE: Clean up of resources not yet sane. Expect resource leakages. NOTE: Most failure cases are not handled properly. With the wind at your back and the sun shining, it might work. --- lib/attr.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lib/attr.c') diff --git a/lib/attr.c b/lib/attr.c index 4e66235..29384d5 100644 --- a/lib/attr.c +++ b/lib/attr.c @@ -1,5 +1,9 @@ /* See the file COPYING for licensing information. */ +#if defined HAVE_CONFIG_H +#include +#endif + #include #include #include -- cgit v1.1