Commit 9927eebe authored by Rusty Russell's avatar Rusty Russell

Add required include, and remove Samba comment from header.

parent 6cddf7bb
...@@ -34,6 +34,7 @@ ...@@ -34,6 +34,7 @@
#include "talloc.h" #include "talloc.h"
#include <string.h> #include <string.h>
#include <stdint.h> #include <stdint.h>
#include <errno.h>
/* use this to force every realloc to change the pointer, to stress test /* use this to force every realloc to change the pointer, to stress test
code that might not cope */ code that might not cope */
......
#ifndef CCAN_TALLOC_H #ifndef CCAN_TALLOC_H
#define CCAN_TALLOC_H #define CCAN_TALLOC_H
/* /*
Unix SMB/CIFS implementation.
Samba temporary memory allocation functions
Copyright (C) Andrew Tridgell 2004-2005 Copyright (C) Andrew Tridgell 2004-2005
Copyright (C) Stefan Metzmacher 2006 Copyright (C) Stefan Metzmacher 2006
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment