diff options
Diffstat (limited to 'eval_intern.h')
-rw-r--r-- | eval_intern.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eval_intern.h b/eval_intern.h index 19275d911..6fc0aecb3 100644 --- a/eval_intern.h +++ b/eval_intern.h @@ -75,7 +75,7 @@ char *strrchr(const char *, const char); #include <unistd.h> #endif -#ifdef __BEOS__ +#if defined(__BEOS__) && !defined(__HAIKU__) #include <net/socket.h> #endif |