From fab5b6794bd156389009a05d10981a265278477e Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 15 Dec 2010 07:03:28 +0000 Subject: Keep soup.h include local, to keep netdb.h include away from glibmm include to avoid clashing symbol HOST_NOT_FOUND (fix ticket #328). Yes, this is as mind-blowingly stupid of a thing to have to work around as it seems. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@2704 a436a847-0d15-0410-975c-d299462d15a1 --- src/engine/HTTPEngineReceiver.hpp | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'src/engine/HTTPEngineReceiver.hpp') diff --git a/src/engine/HTTPEngineReceiver.hpp b/src/engine/HTTPEngineReceiver.hpp index a8529569..8c922e3d 100644 --- a/src/engine/HTTPEngineReceiver.hpp +++ b/src/engine/HTTPEngineReceiver.hpp @@ -18,11 +18,16 @@ #ifndef INGEN_ENGINE_HTTPENGINERECEIVER_HPP #define INGEN_ENGINE_HTTPENGINERECEIVER_HPP -#include #include -#include + +#include + #include "QueuedEngineInterface.hpp" +typedef struct _SoupServer SoupServer; +typedef struct _SoupMessage SoupMessage; +typedef struct SoupClientContext SoupClientContext; + namespace Ingen { class HTTPEngineReceiver : public QueuedEngineInterface -- cgit v1.2.1