1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-23 20:23:50 +03:00

r6812: more talloc portability tweaks

This commit is contained in:
Andrew Tridgell
2005-05-16 06:33:37 +00:00
committed by Gerald (Jerry) Carter
parent f4b7484516
commit 450ac2e4de
3 changed files with 3 additions and 6 deletions

View File

@@ -32,6 +32,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#ifdef HAVE_STDARG_H
#include <stdarg.h>