diff options
Diffstat (limited to 'src/platforms/posix/socket.cpp')
-rw-r--r-- | src/platforms/posix/socket.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/platforms/posix/socket.cpp b/src/platforms/posix/socket.cpp index 51cc5cc1..e5a07f36 100644 --- a/src/platforms/posix/socket.cpp +++ b/src/platforms/posix/socket.cpp @@ -17,7 +17,7 @@ // Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. // -#include "socket.hpp" +#include "platforms/posix/socket.hpp" #include <unistd.h> #include <sys/socket.h> @@ -27,7 +27,7 @@ #include <netdb.h> #include <fcntl.h> -#include "../../exception.hpp" +#include "exception.hpp" #if VMIME_HAVE_MESSAGING_FEATURES |