]> git.tdb.fi Git - libs/net.git/blobdiff - source/net/unix.h
Decorate things which constitute the public API
[libs/net.git] / source / net / unix.h
index a7431a9c17f99a03bbc14b5f482b671b40d491b4..86f1dddf1ea9647bc8a55b43b156658d67677510 100644 (file)
@@ -1,12 +1,13 @@
 #ifndef MSP_NET_UNIX_H_
 #define MSP_NET_UNIX_H_
 
+#include "mspnet_api.h"
 #include "sockaddr.h"
 
 namespace Msp {
 namespace Net {
 
-class UnixAddr: public SockAddr
+class MSPNET_API UnixAddr: public SockAddr
 {
 private:
        std::string path;