no va_copy on BeOS
svn path=/trunk/netsurf/; revision=5066
This commit is contained in:
parent
1fdb8a8a82
commit
4c8989a6db
|
@ -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 */
|
||||
|
||||
|
|
Loading…
Reference in New Issue