]> git.ozlabs.org Git - ccan/blobdiff - talloc/talloc.c
Add required include, and remove Samba comment from header.
[ccan] / talloc / talloc.c
index e9f531fe58277992767534a345c11dfc0dc9e4ff..d624b9174dde42b8e892fb5764cb9544bd249671 100644 (file)
@@ -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 */