Fix: Network on Haiku, remove old code for BeOS

This commit is contained in:
milek7
2021-05-20 23:34:50 +00:00
committed by rubidium42
parent 886f5c104a
commit 7607277380
3 changed files with 9 additions and 66 deletions

View File

@@ -33,6 +33,7 @@
#if defined(__HAIKU__)
# include <SupportDefs.h>
# include <unistd.h>
# define _DEFAULT_SOURCE
# define _GNU_SOURCE
# define TROUBLED_INTS
#endif