summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--utils/talloc.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/utils/talloc.c b/utils/talloc.c
index 40b66d637..490c1a373 100644
--- a/utils/talloc.c
+++ b/utils/talloc.c
@@ -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 */