Skip to content

Commit

Permalink
Merge pull request #11836 from brad0/openbsd_socket_header
Browse files Browse the repository at this point in the history
Fix for Socket header for OpenBSD
  • Loading branch information
AdmiralCurtiss committed May 23, 2023
2 parents 68c3b1f + 7d26f4f commit 572e648
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Core/Core/IOS/Network/Socket.h
Expand Up @@ -15,7 +15,7 @@ typedef pollfd pollfd_t;
#define FREE(x) HeapFree(GetProcessHeap(), 0, (x))

#elif defined(__linux__) or defined(__APPLE__) or defined(__FreeBSD__) or defined(__NetBSD__) or \
defined(__HAIKU__)
defined(__OpenBSD__) or defined(__HAIKU__)
#include <arpa/inet.h>
#include <netdb.h>
#include <sys/ioctl.h>
Expand Down

0 comments on commit 572e648

Please sign in to comment.