Fixed #176: fixed missing definition of AF_UNSPEC and SOCK_STREAM on OpenBSD systems.

This commit is contained in:
Vincent Richard 2017-07-14 06:32:58 +02:00
parent 3d3ed7b260
commit 5ea19601d5

View File

@ -43,6 +43,7 @@
#include <sys/types.h>
#include <sys/stat.h>
#include <sys/socket.h>
#if VMIME_HAVE_SYSCALL
# include <sys/syscall.h>