Add missing RTC_EXPORT for the component build.
Bug: webrtc:9419
Change-Id: I3225259fb4cc55e9820f590928795f4587f1e3cb
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/153884
Reviewed-by: Karl Wiberg <kwiberg@webrtc.org>
Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#29479}
diff --git a/rtc_base/physical_socket_server.h b/rtc_base/physical_socket_server.h
index b2dfb3f..e85b2b0 100644
--- a/rtc_base/physical_socket_server.h
+++ b/rtc_base/physical_socket_server.h
@@ -23,6 +23,7 @@
#include "rtc_base/critical_section.h"
#include "rtc_base/net_helpers.h"
#include "rtc_base/socket_server.h"
+#include "rtc_base/system/rtc_export.h"
#if defined(WEBRTC_POSIX)
typedef int SOCKET;
@@ -61,7 +62,7 @@
};
// A socket server that provides the real sockets of the underlying OS.
-class PhysicalSocketServer : public SocketServer {
+class RTC_EXPORT PhysicalSocketServer : public SocketServer {
public:
PhysicalSocketServer();
~PhysicalSocketServer() override;