summaryrefslogtreecommitdiff
path: root/net/libarcus/files/patch-include_Arcus_Socket.h
blob: 7cefb35ad3ab5e8b9298361d52ec991f29c4c94d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- 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();