Fix reference for errno.h on Haiku

This commit is contained in:
begasus
2021-05-13 09:07:20 +00:00
committed by Tomas Babej
parent 73575f8d88
commit 4fff27f4bc

View File

@@ -37,7 +37,7 @@
#include <string.h>
#include <sys/socket.h>
#include <arpa/inet.h>
#if (defined OPENBSD || defined SOLARIS || defined NETBSD)
#if (defined OPENBSD || defined SOLARIS || defined NETBSD || defined HAIKU)
#include <errno.h>
#else
#include <sys/errno.h>