From 3aa3708f178e1a72ec005de3cb0bb687d406b5cd Mon Sep 17 00:00:00 2001 From: François Revel Date: Sun, 22 Feb 2009 17:54:30 +0000 Subject: Haiku neither has va_copy (yet). svn path=/trunk/netsurf/; revision=6605 --- utils/talloc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils/talloc.c') diff --git a/utils/talloc.c b/utils/talloc.c index 490c1a373..c60c6a58f 100644 --- a/utils/talloc.c +++ b/utils/talloc.c @@ -55,7 +55,7 @@ #include "replace.h" #else #include -#ifndef __BEOS__ +#if !defined(__BEOS__) && !defined(__HAIKU__) /* Assume we've got va_copy */ #define HAVE_VA_COPY #include -- cgit v1.2.3