From: Jelmer Vernooij Date: Sat, 1 Nov 2008 14:13:00 +0000 (+0100) Subject: Fix includes in installed version of talloc_stack.h. X-Git-Tag: samba-4.0.0alpha6~580 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d880faae92eb8b90b3c52b00bb0c163bc84511df;p=thirdparty%2Fsamba.git Fix includes in installed version of talloc_stack.h. --- diff --git a/lib/util/util.h b/lib/util/util.h index 66861fba8b2..0f09747a3ad 100644 --- a/lib/util/util.h +++ b/lib/util/util.h @@ -52,7 +52,7 @@ extern const char *panic_action; #ifdef DEVELOPER #define SMB_ASSERT(b) do { if (!(b)) { \ DEBUG(0,("PANIC: assert failed at %s(%d): %s\n", \ - __FILE__, __LINE__, #b)), smb_panic("assert failed: " #b); }} while(0) + __FILE__, __LINE__, #b)); smb_panic("assert failed: " #b); }} while(0) #else /* redefine the assert macro for non-developer builds */ #define SMB_ASSERT(b) do { if (!(b)) { \ diff --git a/source4/headermap.txt b/source4/headermap.txt index 78b92001430..cb5a4fab4c7 100644 --- a/source4/headermap.txt +++ b/source4/headermap.txt @@ -79,3 +79,4 @@ libcli/ldap/ldap_ndr.h: ldap_ndr.h lib/events/events.h: events.h lib/events/events_internal.h: events_internal.h auth/session.h: samba/session.h +../talloc/talloc.h: talloc.h