Haiku neither has va_copy (yet).

svn path=/trunk/netsurf/; revision=6605
This commit is contained in:
François Revel 2009-02-22 17:54:30 +00:00
parent 903edd1bf5
commit 3aa3708f17

View File

@ -55,7 +55,7 @@
#include "replace.h"
#else
#include <stdarg.h>
#ifndef __BEOS__
#if !defined(__BEOS__) && !defined(__HAIKU__)
/* Assume we've got va_copy */
#define HAVE_VA_COPY
#include <string.h>