diff options
Diffstat (limited to '')
-rw-r--r-- | src/platforms/posix/socket.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/platforms/posix/socket.hpp b/src/platforms/posix/socket.hpp index 44d4ab73..83291bbf 100644 --- a/src/platforms/posix/socket.hpp +++ b/src/platforms/posix/socket.hpp @@ -21,7 +21,7 @@ #define VMIME_PLATFORMS_POSIX_SOCKET_HPP_INCLUDED -#include "../../messaging/socket.hpp" +#include "messaging/socket.hpp" #if VMIME_HAVE_MESSAGING_FEATURES |