@@ -34,6 +34,7 @@
#include "talloc.h"
#include <string.h>
#include <stdint.h>
+#include <errno.h>
/* use this to force every realloc to change the pointer, to stress test
code that might not cope */
@@ -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