mercurial/bdiff.c
changeset 7036 bfad9865b1dc
parent 5620 652f57de3ccf
child 7104 9514cbb6e4f6
child 7187 a79d3f535809
--- a/mercurial/bdiff.c	Sat Sep 13 17:46:09 2008 +0200
+++ b/mercurial/bdiff.c	Wed Sep 17 10:22:35 2008 +0200
@@ -34,7 +34,7 @@
 }
 #else
 #include <sys/types.h>
-#ifdef __BEOS__
+#if defined __BEOS__ && !defined __HAIKU__
 #include <ByteOrder.h>
 #else
 #include <arpa/inet.h>