Fix reference for errno.h on Haiku
This commit is contained in:
@@ -37,7 +37,7 @@
|
|||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <sys/socket.h>
|
#include <sys/socket.h>
|
||||||
#include <arpa/inet.h>
|
#include <arpa/inet.h>
|
||||||
#if (defined OPENBSD || defined SOLARIS || defined NETBSD)
|
#if (defined OPENBSD || defined SOLARIS || defined NETBSD || defined HAIKU)
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
#else
|
#else
|
||||||
#include <sys/errno.h>
|
#include <sys/errno.h>
|
||||||
|
|||||||
Reference in New Issue
Block a user