summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2008-04-05 13:32:12 +0000
committerDan Winship <danw@src.gnome.org>2008-04-05 13:32:12 +0000
commit96d3d91fd7baee98a037fd105360d847ae769685 (patch)
tree285cb10a2d56c7d8b7e6b352ea8565c999175531
parentda4f55e58bfce8673dfa11e6752198af9e7606c8 (diff)
downloadlibsoup-96d3d91fd7baee98a037fd105360d847ae769685.tar.gz
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
-rw-r--r--libsoup/soup-method.h2
1 files changed, 2 insertions, 0 deletions
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 <libsoup/soup-types.h>
+
G_BEGIN_DECLS
/**