From: Rusty Russell Date: Thu, 28 Feb 2008 02:35:07 +0000 (+1100) Subject: Add required include, and remove Samba comment from header. X-Git-Url: http://git.ozlabs.org/?p=ccan;a=commitdiff_plain;h=9927eebe7c5c257c990d86baaa8760994195d48b Add required include, and remove Samba comment from header. --- diff --git a/talloc/talloc.c b/talloc/talloc.c index e9f531fe..d624b917 100644 --- a/talloc/talloc.c +++ b/talloc/talloc.c @@ -34,6 +34,7 @@ #include "talloc.h" #include #include +#include /* use this to force every realloc to change the pointer, to stress test code that might not cope */ diff --git a/talloc/talloc.h b/talloc/talloc.h index 510cff75..b7316409 100644 --- a/talloc/talloc.h +++ b/talloc/talloc.h @@ -1,9 +1,6 @@ #ifndef CCAN_TALLOC_H #define CCAN_TALLOC_H /* - Unix SMB/CIFS implementation. - Samba temporary memory allocation functions - Copyright (C) Andrew Tridgell 2004-2005 Copyright (C) Stefan Metzmacher 2006