ports/net/libarcus/files/patch-include_Arcus_Socket.h
Matthieu Volat 7efae4b7a9 net/libarcus: needed for cura 5.7 update
- Upstream repository changed
- worked around changed build system
- protobuf fixes
2024-09-04 10:25:17 -04:00

20 lines
397 B
C++

--- include/Arcus/Socket.h.orig 2023-05-19 06:44:12 UTC
+++ include/Arcus/Socket.h
@@ -9,6 +9,8 @@
#include "Arcus/Error.h"
#include "Arcus/Types.h"
+#include "ArcusExport.h"
+
namespace Arcus
{
class SocketListener;
@@ -21,7 +23,7 @@ class SocketListener;
*
* Please see the README in libArcus for more details.
*/
-class Socket
+class ARCUS_EXPORT Socket
{
public:
Socket();