mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Fix reference for errno.h on Haiku
This commit is contained in:
parent
73575f8d88
commit
4fff27f4bc
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue