Including talloc.h alone gives compiler errors. To recreate problem just create a tmp.c with one line: #include <talloc.h> to reproduce. Applications using talloc should not need to know which headers talloc.h needs to work. talloc.h should include them on its own.
this seems to be fixed. alx@griphon:~/samba4/source/lib/talloc$ cat tmp.c #include "talloc.h" int main(void) { return 0; } alx@griphon:~/samba4/source/lib/talloc$ gcc tmp.c -o tmp
This bug could be marked as fixed!
This bug should also be fixed!
This appears to be fixed.