diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-11-01 15:13:00 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-11-01 15:13:00 +0100 |
commit | d880faae92eb8b90b3c52b00bb0c163bc84511df (patch) | |
tree | 5b7629cc1d2113147703f9e19ed4d19521414d11 | |
parent | cf721521b6db0c67087ca1b34f4de204c55d5b93 (diff) | |
download | samba-d880faae92eb8b90b3c52b00bb0c163bc84511df.tar.gz samba-d880faae92eb8b90b3c52b00bb0c163bc84511df.tar.bz2 samba-d880faae92eb8b90b3c52b00bb0c163bc84511df.zip |
Fix includes in installed version of talloc_stack.h.
-rw-r--r-- | lib/util/util.h | 2 | ||||
-rw-r--r-- | source4/headermap.txt | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/lib/util/util.h b/lib/util/util.h index 66861fba8b..0f09747a3a 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 78b9200143..cb5a4fab4c 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 |