From 96d3d91fd7baee98a037fd105360d847ae769685 Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Sat, 5 Apr 2008 13:32:12 +0000 Subject: Explicitly assign each of the variables to NULL, because that apparently * libsoup/soup-method.c: Explicitly assign each of the variables to NULL, because that apparently causes the OS X linker to treat them differently than if they are left implicitly NULL. #522957. svn path=/trunk/; revision=1122 --- libsoup/soup-method.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libsoup/soup-method.h b/libsoup/soup-method.h index 4074d073..f646fd2e 100644 --- a/libsoup/soup-method.h +++ b/libsoup/soup-method.h @@ -6,6 +6,8 @@ #ifndef SOUP_METHOD_H #define SOUP_METHOD_H 1 +#include + G_BEGIN_DECLS /** -- cgit v1.2.1