no va_copy on BeOS

svn path=/trunk/netsurf/; revision=5066
This commit is contained in:
François Revel 2008-08-12 01:44:59 +00:00
parent 1fdb8a8a82
commit 4c8989a6db
1 changed files with 2 additions and 0 deletions

View File

@ -55,10 +55,12 @@
#include "replace.h"
#else
#include <stdarg.h>
#ifndef __BEOS__
/* Assume we've got va_copy */
#define HAVE_VA_COPY
#include <string.h>
#endif
#endif
#include "talloc.h"
#endif /* not _TALLOC_SAMBA3 */