From 22eef4ab2f96eb3c36d0b87152a469b3a4e47754 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Mon, 10 Mar 2014 10:39:13 +0000 Subject: Add missing stub definitions of structs to the corresponding header files --- src/transport/plugin_transport_udp.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/transport') diff --git a/src/transport/plugin_transport_udp.h b/src/transport/plugin_transport_udp.h index 62352f9fc..44791668b 100644 --- a/src/transport/plugin_transport_udp.h +++ b/src/transport/plugin_transport_udp.h @@ -124,6 +124,8 @@ struct UDPMessage }; +struct UDP_MessageWrapper; + /** * Encapsulation of all of the state of the plugin. -- cgit v1.2.3